org.apache.ws.jaxme.sqls.db2

Interface DB2Table

public interface DB2Table extends Table

Interface of a table in a DB2 database.

Author: Jochen Wiedmann

Method Summary
TableSpacegetIndexTableSpace()

Returns the {@link TableSpace}, in which the tables indexes should be created physically.

TableSpacegetLongTableSpace()

Returns the {@link TableSpace}, in which the tables LOB data should be physically stored.

TableSpacegetTableSpace()

Returns the {@link TableSpace}, in which the table should be created physically.

voidsetIndexTableSpace(TableSpace pTableSpace)

Sets the {@link TableSpace}, in which the tables indexes should be created physically.

voidsetLongTableSpace(TableSpace pTableSpace)

Sets the {@link TableSpace}, in which the tables indexes should be created physically.

voidsetTableSpace(TableSpace pTableSpace)

Sets the {@link TableSpace}, in which the table should be created physically.

Method Detail

getIndexTableSpace

public TableSpace getIndexTableSpace()

Returns the {@link TableSpace}, in which the tables indexes should be created physically. Null, if the tables main {@link TableSpace} should be choosen.

getLongTableSpace

public TableSpace getLongTableSpace()

Returns the {@link TableSpace}, in which the tables LOB data should be physically stored. Null, if the tables main {@link TableSpace} should be choosen.

getTableSpace

public TableSpace getTableSpace()

Returns the {@link TableSpace}, in which the table should be created physically. Null, if the database may choose a {@link TableSpace}.

setIndexTableSpace

public void setIndexTableSpace(TableSpace pTableSpace)

Sets the {@link TableSpace}, in which the tables indexes should be created physically. Null, if the tables main {@link TableSpace} should be choosen.

setLongTableSpace

public void setLongTableSpace(TableSpace pTableSpace)

Sets the {@link TableSpace}, in which the tables indexes should be created physically. Null, if the tables main {@link TableSpace} should be choosen.

setTableSpace

public void setTableSpace(TableSpace pTableSpace)

Sets the {@link TableSpace}, in which the table should be created physically. Null, if the database may choose a {@link TableSpace}.