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
SqlJetException
boolean first() throws SqlJetException
SqlJetException
boolean last() throws SqlJetException
SqlJetException
boolean next() throws SqlJetException
SqlJetException
boolean previous() throws SqlJetException
SqlJetException
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.