public class DBTable extends Object
| Modifier and Type | Method and Description |
|---|---|
DBColumn |
addColumn(YAttributeDeployment aDepl,
String qualifier,
String columnName,
String sqlDef,
boolean isPK,
boolean adjustName) |
DBTableIndex |
addExistingIndex(String indexName) |
boolean |
columnExists(String name) |
void |
drop() |
Set<DBColumn> |
getChangedColumns() |
DBColumn |
getColumn(String name) |
Set<DBColumn> |
getColumns() |
DBTableIndex |
getIndex(String indexName) |
Set<DBTableIndex> |
getIndexes() |
String |
getName() |
protected de.hybris.platform.util.jdbc.ColumnOptimizer |
getOptimizer() |
DBSchema |
getSchema() |
boolean |
hasChanged() |
boolean |
indexExists(String indexName) |
boolean |
tableExists() |
boolean |
tableRemoved() |
String |
toString() |
protected de.hybris.platform.util.jdbc.ColumnOptimizer getOptimizer()
public DBColumn addColumn(YAttributeDeployment aDepl, String qualifier, String columnName, String sqlDef, boolean isPK, boolean adjustName)
public boolean hasChanged()
public void drop()
public boolean tableRemoved()
public boolean tableExists()
public boolean columnExists(String name)
public String getName()
public DBSchema getSchema()
public DBTableIndex addExistingIndex(String indexName)
public DBTableIndex getIndex(String indexName)
public boolean indexExists(String indexName)
public Set<DBTableIndex> getIndexes()
Copyright © 2017 SAP SE. All Rights Reserved.