Uses of Class
de.hybris.platform.util.jdbc.DBTable
-
Packages that use DBTable Package Description de.hybris.platform.persistence de.hybris.platform.util.jdbc -
-
Uses of DBTable in de.hybris.platform.persistence
Methods in de.hybris.platform.persistence with parameters of type DBTable Modifier and Type Method Description static java.util.Set<java.lang.String>TableJDBC. addUnlocalizedPropertiesToItemTable(java.sql.Connection conn, PropertyTableDefinition tableDef, DBTable table)Adds unlocalized property columns to existing item table.static java.util.Set<java.lang.String>TableJDBC. updatePropertyTable(java.sql.Connection conn, PropertyTableDefinition tableDef, DBTable table)Modified a existing item property table,static voidTableJDBC. updateTable(java.sql.Connection conn, ItemDeployment depl, DBTable table, java.util.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 DBTable Modifier and Type Method Description DBTableDBSchema. addExistingTable(java.lang.String name)DBTableDBSchema. createTable(java.lang.String name)DBTableDBColumn. getTable()DBTableDBSchema. getTable(java.lang.String tableName)DBTableDBTableIndex. getTable()Methods in de.hybris.platform.util.jdbc that return types with arguments of type DBTable Modifier and Type Method Description java.util.Collection<DBTable>DBSchema. getAllChangedTables()java.util.Collection<DBTable>DBSchema. getAllTables()java.util.Set<DBTable>DBSchema. getModifiedTables()protected java.util.Map<java.lang.String,DBTable>DBSchema. getTableMap(boolean create)java.util.Set<DBTable>DBSchema. getTablesToCreate()java.util.Set<DBTable>DBSchema. getTablesToDrop()
-