public class LowerCaseDataSet extends AbstractDataSet
_orderedTableNameMap| Constructor and Description |
|---|
LowerCaseDataSet(IDataSet dataSet) |
LowerCaseDataSet(ITable table) |
LowerCaseDataSet(ITable[] tables) |
| 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)
Returns the specified table.
|
ITableMetaData |
getTableMetaData(String tableName)
Returns the specified table metadata.
|
String[] |
getTableNames()
Returns names of tables in this dataset in proper sequence.
|
createTableNameMap, getTables, isCaseSensitiveTableNames, iterator, reverseIterator, toStringpublic LowerCaseDataSet(ITable table) throws DataSetException
DataSetExceptionpublic LowerCaseDataSet(ITable[] tables) throws DataSetException
DataSetExceptionpublic LowerCaseDataSet(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 String[] getTableNames() throws DataSetException
IDataSetgetTableNames in interface IDataSetgetTableNames in class AbstractDataSetDataSetExceptionpublic ITableMetaData getTableMetaData(String tableName) throws DataSetException
IDataSetgetTableMetaData in interface IDataSetgetTableMetaData in class AbstractDataSetNoSuchTableException - if dataset do not contains the specified
tableDataSetExceptionpublic ITable getTable(String tableName) throws DataSetException
IDataSetgetTable in interface IDataSetgetTable in class AbstractDataSetNoSuchTableException - if dataset do not contains the specified
tableDataSetExceptionCopyright © 2002-2017. All Rights Reserved.