public class DB2TableImpl extends TableImpl implements DB2Table
Default implementation of a table in a DB2 database.
TableImpl.NameImplTable.Name| Constructor and Description |
|---|
DB2TableImpl(Schema pSchema,
Table.Name pName) |
| Modifier and Type | Method and Description |
|---|---|
TableSpace |
getIndexTableSpace()
Returns the
TableSpace, in which the tables
indexes should be created physically. |
TableSpace |
getLongTableSpace()
Returns the
TableSpace, in which the tables
LOB data should be physically stored. |
TableSpace |
getTableSpace()
Returns the
TableSpace, in which the table should be
created physically. |
void |
setIndexTableSpace(TableSpace pTableSpace)
Sets the
TableSpace, in which the tables indexes
should be created physically. |
void |
setLongTableSpace(TableSpace pTableSpace)
Sets the
TableSpace, in which the tables indexes
should be created physically. |
void |
setTableSpace(TableSpace pTableSpace)
Sets the
TableSpace, in which the table should be
created physically. |
equals, getColumn, getColumn, getColumns, getDeleteStatement, getForeignKeys, getIndexes, getInsertStatement, getName, getPrimaryKey, getQName, getSchema, getSelectStatement, getUpdateStatement, hashCode, newColumn, newColumn, newForeignKey, newIndex, newKey, newPrimaryKeyclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetColumn, getColumn, getColumns, getDeleteStatement, getForeignKeys, getIndexes, getInsertStatement, getName, getPrimaryKey, getQName, getSchema, getSelectStatement, getUpdateStatement, newColumn, newColumn, newForeignKey, newIndex, newKey, newPrimaryKeypublic DB2TableImpl(Schema pSchema, Table.Name pName)
public void setTableSpace(TableSpace pTableSpace)
DB2TableSets the TableSpace, in which the table should be
created physically. Null, if the database may choose a
TableSpace.
setTableSpace in interface DB2Tablepublic TableSpace getTableSpace()
DB2TableReturns the TableSpace, in which the table should be
created physically. Null, if the database may choose a
TableSpace.
getTableSpace in interface DB2Tablepublic void setIndexTableSpace(TableSpace pTableSpace)
DB2TableSets the TableSpace, in which the tables indexes
should be created physically. Null, if the tables
main TableSpace should be choosen.
setIndexTableSpace in interface DB2Tablepublic TableSpace getIndexTableSpace()
DB2TableReturns the TableSpace, in which the tables
indexes should be created physically. Null, if the tables
main TableSpace should be choosen.
getIndexTableSpace in interface DB2Tablepublic void setLongTableSpace(TableSpace pTableSpace)
DB2TableSets the TableSpace, in which the tables indexes
should be created physically. Null, if the tables
main TableSpace should be choosen.
setLongTableSpace in interface DB2Tablepublic TableSpace getLongTableSpace()
DB2TableReturns the TableSpace, in which the tables
LOB data should be physically stored. Null, if the tables
main TableSpace should be choosen.
getLongTableSpace in interface DB2Table