Package de.hybris.platform.util.jdbc
Class DBSchema
java.lang.Object
de.hybris.platform.util.jdbc.DBSchema
-
Constructor Summary
ConstructorsConstructorDescriptionDBSchema(String label, String schemaName, String dbName, YDBTypeMapping dbTypeMappings) -
Method Summary
Modifier and TypeMethodDescriptionaddExistingTable(String name) createTable(String name) voidintgetLabel()getTableMap(boolean create) booleanvoidbooleantableExists(String tableName) toString()
-
Constructor Details
-
DBSchema
-
-
Method Details
-
toString
-
getLabel
-
getSchemaName
-
getDbName
-
getDBTypeMappings
-
getTableMap
-
hasChanged
public boolean hasChanged() -
getTablesToDrop
-
getTablesToCreate
-
getModifiedTables
-
getAllChangedTables
-
getAllTablesCount
public int getAllTablesCount() -
getAllTables
-
tableExists
-
getTable
-
drop
-
remove
-
createTable
-
addExistingTable
-