public interface ISqlJetMapIterator
| Modifier and Type | Method and Description |
|---|---|
boolean |
eof()
Tests whether this cursor is positioned behind the last record.
|
boolean |
first()
Goes to the first record.
|
boolean |
last()
Goes to the last record.
|
boolean |
next()
Goes to the next record.
|
boolean |
previous()
Goes to the previous record.
|
boolean eof()
throws SqlJetException
SqlJetExceptionboolean first()
throws SqlJetException
SqlJetExceptionboolean last()
throws SqlJetException
SqlJetExceptionboolean next()
throws SqlJetException
SqlJetExceptionboolean previous()
throws SqlJetException
SqlJetExceptionCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.