public class SortedDataSet extends AbstractDataSet
ITables of the decorated dataset
as SortedTables._orderedTableNameMap| Constructor and Description |
|---|
SortedDataSet(IDataSet dataSet) |
| Modifier and Type | Method and Description |
|---|---|
protected ITableIterator |
createIterator(boolean reversed)
Creates an iterator which provides access to all tables of this dataset
|
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.
|
createTableNameMap, getTables, initialize, isCaseSensitiveTableNames, iterator, reverseIterator, toStringpublic SortedDataSet(IDataSet dataSet) throws DataSetException
DataSetExceptionprotected ITableIterator createIterator(boolean reversed) throws DataSetException
AbstractDataSetcreateIterator in class AbstractDataSetreversed - Whether the created iterator should be a reversed one or notITableIteratorDataSetExceptionpublic java.lang.String[] getTableNames()
throws DataSetException
IDataSetgetTableNames in interface IDataSetgetTableNames in class AbstractDataSetDataSetExceptionpublic ITableMetaData getTableMetaData(java.lang.String tableName) throws DataSetException
IDataSetgetTableMetaData in interface IDataSetgetTableMetaData in class AbstractDataSetNoSuchTableException - if dataset do not contains the specified
tableDataSetExceptionpublic ITable getTable(java.lang.String tableName) throws DataSetException
IDataSetgetTable in interface IDataSetgetTable in class AbstractDataSetNoSuchTableException - if dataset do not contains the specified
tableDataSetExceptionCopyright © 2002-2018. All Rights Reserved.