Uses of Class
de.hybris.platform.util.jdbc.DBTable
Packages that use DBTable
-
Uses of DBTable in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence with parameters of type DBTableModifier and TypeMethodDescriptionTableJDBC.addUnlocalizedPropertiesToItemTable(Connection conn, PropertyTableDefinition tableDef, DBTable table) Adds unlocalized property columns to existing item table.TableJDBC.updatePropertyTable(Connection conn, PropertyTableDefinition tableDef, DBTable table) Modified a existing item property table,static voidTableJDBC.updateTable(Connection conn, ItemDeployment depl, DBTable table, Collection<ItemDeployment.Attribute> missingAttributes, DeploymentImpl deployments) Modifies a existing item table. -
Uses of DBTable in de.hybris.platform.util.jdbc
Methods in de.hybris.platform.util.jdbc that return DBTableModifier and TypeMethodDescriptionDBSchema.addExistingTable(String name) DBSchema.createTable(String name) DBColumn.getTable()DBTableIndex.getTable()Methods in de.hybris.platform.util.jdbc that return types with arguments of type DBTableModifier and TypeMethodDescriptionDBSchema.getAllChangedTables()DBSchema.getAllTables()DBSchema.getModifiedTables()DBSchema.getTableMap(boolean create) DBSchema.getTablesToCreate()DBSchema.getTablesToDrop()