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 tableDataSetException
ITableMetaData getTableMetaData() throws DataSetException
DataSetException
ITable getTable() throws DataSetException
DataSetException
Copyright © 2002–2019. All rights reserved.