public class StreamingDataSet extends AbstractDataSet
_orderedTableNameMap| Constructor and Description |
|---|
StreamingDataSet(IDataSetProducer source) |
| 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(String tableName)
Not supported.
|
ITableMetaData |
getTableMetaData(String tableName)
Not supported.
|
String[] |
getTableNames()
Not supported.
|
createTableNameMap, getTables, initialize, isCaseSensitiveTableNames, iterator, reverseIterator, toStringpublic StreamingDataSet(IDataSetProducer source)
protected ITableIterator createIterator(boolean reversed) throws DataSetException
AbstractDataSetcreateIterator in class AbstractDataSetreversed - Whether the created iterator should be a reversed one or notITableIteratorDataSetExceptionpublic String[] getTableNames() throws DataSetException
getTableNames in interface IDataSetgetTableNames in class AbstractDataSetUnsupportedOperationExceptionDataSetExceptionpublic ITableMetaData getTableMetaData(String tableName) throws DataSetException
getTableMetaData in interface IDataSetgetTableMetaData in class AbstractDataSetUnsupportedOperationExceptionNoSuchTableException - if dataset do not contains the specified
tableDataSetExceptionpublic ITable getTable(String tableName) throws DataSetException
getTable in interface IDataSetgetTable in class AbstractDataSetUnsupportedOperationExceptionNoSuchTableException - if dataset do not contains the specified
tableDataSetExceptionCopyright © 2002–2025. All rights reserved.