|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChangeSet.ExecType | |
---|---|
liquibase.changelog | |
liquibase.database | |
liquibase.statement.core |
Uses of ChangeSet.ExecType in liquibase.changelog |
---|
Methods in liquibase.changelog that return ChangeSet.ExecType | |
---|---|
ChangeSet.ExecType |
ChangeSet.execute(DatabaseChangeLog databaseChangeLog,
Database database)
This method will actually execute each of the changes in the list against the specified database. |
ChangeSet.ExecType |
RanChangeSet.getExecType()
|
static ChangeSet.ExecType |
ChangeSet.ExecType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ChangeSet.ExecType[] |
ChangeSet.ExecType.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Constructors in liquibase.changelog with parameters of type ChangeSet.ExecType | |
---|---|
RanChangeSet(ChangeSet changeSet,
ChangeSet.ExecType execType)
|
|
RanChangeSet(String changeLog,
String id,
String author,
CheckSum lastCheckSum,
Date dateExecuted,
String tag,
ChangeSet.ExecType execType)
|
Uses of ChangeSet.ExecType in liquibase.database |
---|
Methods in liquibase.database with parameters of type ChangeSet.ExecType | |
---|---|
void |
AbstractDatabase.markChangeSetExecStatus(ChangeSet changeSet,
ChangeSet.ExecType execType)
After the change set has been ran against the database this method will update the change log table with the information. |
void |
Database.markChangeSetExecStatus(ChangeSet changeSet,
ChangeSet.ExecType execType)
|
Uses of ChangeSet.ExecType in liquibase.statement.core |
---|
Methods in liquibase.statement.core that return ChangeSet.ExecType | |
---|---|
ChangeSet.ExecType |
MarkChangeSetRanStatement.getExecType()
|
Constructors in liquibase.statement.core with parameters of type ChangeSet.ExecType | |
---|---|
MarkChangeSetRanStatement(ChangeSet changeSet,
ChangeSet.ExecType execType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |