public class DB2TableImpl extends TableImpl implements DB2Table
Default implementation of a table in a DB2 database.
TableImpl.NameImpl
Table.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, newPrimaryKey
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getColumn, getColumn, getColumns, getDeleteStatement, getForeignKeys, getIndexes, getInsertStatement, getName, getPrimaryKey, getQName, getSchema, getSelectStatement, getUpdateStatement, newColumn, newColumn, newForeignKey, newIndex, newKey, newPrimaryKey
public DB2TableImpl(Schema pSchema, Table.Name pName)
public void setTableSpace(TableSpace pTableSpace)
DB2Table
Sets the TableSpace
, in which the table should be
created physically. Null, if the database may choose a
TableSpace
.
setTableSpace
in interface DB2Table
public TableSpace getTableSpace()
DB2Table
Returns the TableSpace
, in which the table should be
created physically. Null, if the database may choose a
TableSpace
.
getTableSpace
in interface DB2Table
public void setIndexTableSpace(TableSpace pTableSpace)
DB2Table
Sets the TableSpace
, in which the tables indexes
should be created physically. Null, if the tables
main TableSpace
should be choosen.
setIndexTableSpace
in interface DB2Table
public TableSpace getIndexTableSpace()
DB2Table
Returns the TableSpace
, in which the tables
indexes should be created physically. Null, if the tables
main TableSpace
should be choosen.
getIndexTableSpace
in interface DB2Table
public void setLongTableSpace(TableSpace pTableSpace)
DB2Table
Sets the TableSpace
, in which the tables indexes
should be created physically. Null, if the tables
main TableSpace
should be choosen.
setLongTableSpace
in interface DB2Table
public TableSpace getLongTableSpace()
DB2Table
Returns 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