|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DB2Table
Interface of a table in a DB2 database.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.apache.ws.jaxme.sqls.Table |
|---|
Table.Name |
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface org.apache.ws.jaxme.sqls.Table |
|---|
getColumn, getColumn, getColumns, getDeleteStatement, getForeignKeys, getIndexes, getInsertStatement, getName, getPrimaryKey, getQName, getSchema, getSelectStatement, getUpdateStatement, newColumn, newColumn, newForeignKey, newIndex, newKey, newPrimaryKey |
| Method Detail |
|---|
void setTableSpace(TableSpace pTableSpace)
Sets the TableSpace, in which the table should be
created physically. Null, if the database may choose a
TableSpace.
TableSpace getTableSpace()
Returns the TableSpace, in which the table should be
created physically. Null, if the database may choose a
TableSpace.
void setIndexTableSpace(TableSpace pTableSpace)
Sets the TableSpace, in which the tables indexes
should be created physically. Null, if the tables
main TableSpace should be choosen.
TableSpace getIndexTableSpace()
Returns the TableSpace, in which the tables
indexes should be created physically. Null, if the tables
main TableSpace should be choosen.
void setLongTableSpace(TableSpace pTableSpace)
Sets the TableSpace, in which the tables indexes
should be created physically. Null, if the tables
main TableSpace should be choosen.
TableSpace getLongTableSpace()
Returns the TableSpace, in which the tables
LOB data should be physically stored. Null, if the tables
main TableSpace should be choosen.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||