public final class Evolution extends Object
Constructor and Description |
---|
Evolution(int revision,
String sqlUp,
String sqlDown)
Create the evolution.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getRevision()
Get the revision of the evolution.
|
String |
getSqlDown()
Get the SQL script for tearing the evolution down.
|
String |
getSqlUp()
Get the SQL script for bringing the evolution up.
|
int |
hashCode() |
public int getRevision()
public String getSqlUp()
public String getSqlDown()