|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jaxme.sqls.impl.TableImpl net.sf.jaxme.sqls.db2.DB2TableImpl
Default implementation of a table in a DB2 database.
Nested Class Summary |
Nested classes inherited from class net.sf.jaxme.sqls.impl.TableImpl |
TableImpl.NameImpl |
Nested classes inherited from class net.sf.jaxme.sqls.Table |
Table.Name |
Constructor Summary | |
DB2TableImpl(Schema pSchema,
Table.Name pName)
|
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 class net.sf.jaxme.sqls.impl.TableImpl |
equals, getColumn, getColumn, getColumns, getDeleteStatement, getForeignKeys, getIndexes, getInsertStatement, getName, getPrimaryKey, getQName, getSchema, getSelectStatement, getUpdateStatement, hashCode, newColumn, newColumn, newForeignKey, newIndex, newKey, newPrimaryKey |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jaxme.sqls.Table |
getColumn, getColumn, getColumns, getDeleteStatement, getForeignKeys, getIndexes, getInsertStatement, getName, getPrimaryKey, getQName, getSchema, getSelectStatement, getUpdateStatement, newColumn, newColumn, newForeignKey, newIndex, newKey, newPrimaryKey |
Constructor Detail |
public DB2TableImpl(Schema pSchema, Table.Name pName)
Method Detail |
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |