Method Summary |
|
public ITable | getTable(String tableName) Returns the specified table.
throws: AmbiguousTableNameException - if dataset contains multiple tableshaving the specified name. |
public ITableMetaData | getTableMetaData(String tableName) Returns the specified table metadata.
throws: AmbiguousTableNameException - if dataset contains multiple tableshaving the specified name. |
public String[] | getTableNames() Returns names of tables in this dataset in proper sequence. |
public ITable[] | getTables() Returns tables in this dataset in proper sequence. |
public ITableIterator | iterator() Returns an iterator over the tables in this dataset in proper sequence. |
public ITableIterator | reverseIterator() Returns an iterator over the tables in this dataset in reverse sequence. |