| Package | Description |
|---|---|
| de.hybris.platform.persistence | |
| de.hybris.platform.util.jdbc |
| Modifier and Type | Method and 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 void |
TableJDBC.updateTable(java.sql.Connection conn,
ItemDeployment depl,
DBTable table,
java.util.Collection<ItemDeployment.Attribute> missingAttributes,
DeploymentImpl deployments)
Modifies a existing item table.
|
| Modifier and Type | Method and Description |
|---|---|
DBTable |
DBSchema.addExistingTable(java.lang.String name) |
DBTable |
DBSchema.createTable(java.lang.String name) |
DBTable |
DBColumn.getTable() |
DBTable |
DBTableIndex.getTable() |
DBTable |
DBSchema.getTable(java.lang.String tableName) |
| Modifier and Type | Method and 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() |
Copyright © 2018 SAP SE. All Rights Reserved.