org.seasar.extension.dataset
インタフェース DataSet
- 既知の実装クラスの一覧:
- DataSetImpl
- public interface DataSet
- 作成者:
- higa
getTableSize
public int getTableSize()
getTableName
public String getTableName(int index)
hasTable
public boolean hasTable(String tableName)
getTable
public DataTable getTable(String tableName)
throws TableNotFoundRuntimeException
- 例外:
TableNotFoundRuntimeException
getTable
public DataTable getTable(int index)
addTable
public DataTable addTable(String tableName)
addTable
public DataTable addTable(DataTable table)
removeTable
public DataTable removeTable(String tableName)
throws TableNotFoundRuntimeException
- 例外:
TableNotFoundRuntimeException
removeTable
public DataTable removeTable(int index)
removeTable
public DataTable removeTable(DataTable table)
throws TableNotFoundRuntimeException
- 例外:
TableNotFoundRuntimeException
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.