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, toString
public StreamingDataSet(IDataSetProducer source)
protected ITableIterator createIterator(boolean reversed) throws DataSetException
AbstractDataSet
createIterator
in class AbstractDataSet
reversed
- Whether the created iterator should be a reversed one or notITableIterator
DataSetException
public String[] getTableNames() throws DataSetException
getTableNames
in interface IDataSet
getTableNames
in class AbstractDataSet
UnsupportedOperationException
DataSetException
public ITableMetaData getTableMetaData(String tableName) throws DataSetException
getTableMetaData
in interface IDataSet
getTableMetaData
in class AbstractDataSet
UnsupportedOperationException
NoSuchTableException
- if dataset do not contains the specified
tableDataSetException
public ITable getTable(String tableName) throws DataSetException
getTable
in interface IDataSet
getTable
in class AbstractDataSet
UnsupportedOperationException
NoSuchTableException
- if dataset do not contains the specified
tableDataSetException
Copyright © 2002–2024. All rights reserved.