public interface ITableIterator
| Modifier and Type | Method and Description |
|---|---|
ITable |
getTable()
Returns the current table.
|
ITableMetaData |
getTableMetaData()
Returns the metadata of the current table.
|
boolean |
next()
Position this iterator to the next table.
|
boolean next()
throws DataSetException
true if the new current table is valid;
false if there are no more tableDataSetExceptionITableMetaData getTableMetaData() throws DataSetException
DataSetExceptionITable getTable() throws DataSetException
DataSetExceptionCopyright © 2002-2017. All Rights Reserved.