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(java.lang.String tableName)
Not supported.
|
ITableMetaData |
getTableMetaData(java.lang.String tableName)
Not supported.
|
java.lang.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 java.lang.String[] getTableNames()
throws DataSetException
getTableNames in interface IDataSetgetTableNames in class AbstractDataSetjava.lang.UnsupportedOperationExceptionDataSetExceptionpublic ITableMetaData getTableMetaData(java.lang.String tableName) throws DataSetException
getTableMetaData in interface IDataSetgetTableMetaData in class AbstractDataSetjava.lang.UnsupportedOperationExceptionNoSuchTableException - if dataset do not contains the specified
tableDataSetExceptionpublic ITable getTable(java.lang.String tableName) throws DataSetException
getTable in interface IDataSetgetTable in class AbstractDataSetjava.lang.UnsupportedOperationExceptionNoSuchTableException - if dataset do not contains the specified
tableDataSetExceptionCopyright © 2002-2018. All Rights Reserved.