Package liquibase.database
Class StandardLiquibaseTableNames
java.lang.Object
liquibase.database.StandardLiquibaseTableNames
- All Implemented Interfaces:
LiquibaseTableNames
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
StandardLiquibaseTableNames
public StandardLiquibaseTableNames()
-
-
Method Details
-
getLiquibaseGeneratedTableNames
Description copied from interface:LiquibaseTableNames
Given a database, return a list of Liquibase generated tables. This is commonly (but not limited to) tables like DATABASECHANGELOG and DATABASECHANGELOGLOCK.- Specified by:
getLiquibaseGeneratedTableNames
in interfaceLiquibaseTableNames
-
destroy
- Specified by:
destroy
in interfaceLiquibaseTableNames
- Throws:
DatabaseException
-
getOrder
public int getOrder()Description copied from interface:LiquibaseTableNames
Returns the order in which modifiers should be run. Modifiers with a higher order will run after modifiers with a lower order value.- Specified by:
getOrder
in interfaceLiquibaseTableNames
- Returns:
- int
-