|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a collection of tables.
Method Summary | |
ITable |
getTable(java.lang.String tableName)
Returns the specified table. |
ITableMetaData |
getTableMetaData(java.lang.String tableName)
Returns the specified table metadata. |
java.lang.String[] |
getTableNames()
Returns names of tables in this dataset in proper sequence. |
ITable[] |
getTables()
Deprecated. Use iterator() or reverseIterator() instead. |
ITableIterator |
iterator()
Returns an iterator over the tables in this dataset in proper sequence. |
ITableIterator |
reverseIterator()
Returns an iterator over the tables in this dataset in reverse sequence. |
Method Detail |
public java.lang.String[] getTableNames() throws DataSetException
DataSetException
public ITableMetaData getTableMetaData(java.lang.String tableName) throws DataSetException
AmbiguousTableNameException
- if dataset contains multiple tables
having the specified name. Use iterator()
to access
to all tables.
NoSuchTableException
- if dataset do not contains the specified
table
DataSetException
public ITable getTable(java.lang.String tableName) throws DataSetException
AmbiguousTableNameException
- if dataset contains multiple tables
having the specified name. Use iterator()
to access
to all tables.
NoSuchTableException
- if dataset do not contains the specified
table
DataSetException
public ITable[] getTables() throws DataSetException
iterator()
or reverseIterator()
instead.
DataSetException
public ITableIterator iterator() throws DataSetException
DataSetException
public ITableIterator reverseIterator() throws DataSetException
DataSetException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |