org.apache.ws.jaxme.sqls.db2
public interface DB2Table extends Table
Interface of a table in a DB2 database.
Method Summary | |
---|---|
TableSpace | getIndexTableSpace() Returns the {@link TableSpace}, in which the tables indexes should be created physically. |
TableSpace | getLongTableSpace() Returns the {@link TableSpace}, in which the tables LOB data should be physically stored. |
TableSpace | getTableSpace() Returns the {@link TableSpace}, in which the table should be created physically. |
void | setIndexTableSpace(TableSpace pTableSpace) Sets the {@link TableSpace}, in which the tables indexes should be created physically. |
void | setLongTableSpace(TableSpace pTableSpace) Sets the {@link TableSpace}, in which the tables indexes should be created physically. |
void | setTableSpace(TableSpace pTableSpace) Sets the {@link TableSpace}, in which the table should be created physically. |
Returns the {@link TableSpace}, in which the tables indexes should be created physically. Null, if the tables main {@link TableSpace} should be choosen.
Returns the {@link TableSpace}, in which the tables LOB data should be physically stored. Null, if the tables main {@link TableSpace} should be choosen.
Returns the {@link TableSpace}, in which the table should be created physically. Null, if the database may choose a {@link TableSpace}.
Sets the {@link TableSpace}, in which the tables indexes should be created physically. Null, if the tables main {@link TableSpace} should be choosen.
Sets the {@link TableSpace}, in which the tables indexes should be created physically. Null, if the tables main {@link TableSpace} should be choosen.
Sets the {@link TableSpace}, in which the table should be created physically. Null, if the database may choose a {@link TableSpace}.