public abstract class SqlJetRowNumCursor extends SqlJetCursor
btreeTable, db| Modifier and Type | Method and Description |
|---|---|
protected void |
computeRows(boolean current) |
void |
delete()
Deletes the current record.
|
boolean |
eof()
Tests whether this cursor is positioned behind the last record.
|
boolean |
first()
Goes to the first record.
|
protected boolean |
firstRowNum(boolean first) |
long |
getLimit()
Returns limit of this cursor.
|
long |
getRowCount()
Returns number of rows accessible with this cursor.
|
long |
getRowIndex()
Returns index of the current row.
|
boolean |
goToRow(long rowNum)
Goes to the row with the specified index.
|
boolean |
last()
Goes to the last record.
|
protected boolean |
lastRowNum(boolean last) |
boolean |
next()
Goes to the next record.
|
protected boolean |
nextRowNum(boolean next) |
boolean |
previous()
Goes to the previous record.
|
protected boolean |
previousRowNum(boolean previous) |
void |
setLimit(long limit)
Sets limit for this cursor.
|
close, getBlobAsArray, getBlobAsStream, getBoolean, getFieldsCount, getFieldType, getFloat, getInteger, getString, getValue, isNull, reverseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBlobAsArray, getBlobAsStream, getBoolean, getFieldType, getFloat, getInteger, getRowId, getRowValues, getString, getValue, goTo, isNull, update, updateByFieldNames, updateByFieldNamesOr, updateOr, updateWithRowId, updateWithRowIdOrpublic void setLimit(long limit)
throws SqlJetException
ISqlJetCursorlimit - the limit to setSqlJetExceptionpublic long getLimit()
ISqlJetCursorpublic long getRowCount()
throws SqlJetException
ISqlJetCursorSqlJetExceptionprotected void computeRows(boolean current)
throws SqlJetException
SqlJetExceptionpublic long getRowIndex()
throws SqlJetException
ISqlJetCursorSqlJetExceptionpublic boolean goToRow(long rowNum)
throws SqlJetException
ISqlJetCursorSqlJetExceptionpublic void delete()
throws SqlJetException
ISqlJetCursorSqlJetExceptionpublic boolean first()
throws SqlJetException
ISqlJetCursorfirst in interface ISqlJetCursorfirst in class SqlJetCursorSqlJetExceptionpublic boolean next()
throws SqlJetException
ISqlJetCursornext in interface ISqlJetCursornext in class SqlJetCursorSqlJetExceptionpublic boolean previous()
throws SqlJetException
ISqlJetCursorprevious in interface ISqlJetCursorprevious in class SqlJetCursorSqlJetExceptionpublic boolean last()
throws SqlJetException
ISqlJetCursorlast in interface ISqlJetCursorlast in class SqlJetCursorSqlJetExceptionprotected boolean firstRowNum(boolean first)
throws SqlJetException
SqlJetExceptionprotected boolean nextRowNum(boolean next)
throws SqlJetException
SqlJetExceptionprotected boolean previousRowNum(boolean previous)
throws SqlJetException
SqlJetExceptionprotected boolean lastRowNum(boolean last)
throws SqlJetException
SqlJetExceptionpublic boolean eof()
throws SqlJetException
ISqlJetCursoreof in interface ISqlJetCursoreof in class SqlJetCursorSqlJetExceptionCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.