public class SqlJetIndexOrderCursor extends SqlJetTableDataCursor implements ISqlJetCursor
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
indexName |
protected ISqlJetBtreeIndexTable |
indexTable |
btreeTable, db| Constructor and Description |
|---|
SqlJetIndexOrderCursor(ISqlJetBtreeDataTable table,
SqlJetDb db,
java.lang.String indexName) |
| 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.
|
boolean |
last()
Goes to the last record.
|
boolean |
next()
Goes to the next record.
|
boolean |
previous()
Goes to the previous record.
|
getBlobAsArray, getBlobAsStream, getBoolean, getBtreeDataTable, getFieldType, getFloat, getInteger, getRowId, getRowValues, getString, getValue, goTo, isNull, update, updateByFieldNames, updateByFieldNamesOr, updateOr, updateWithRowId, updateWithRowIdOrfirstRowNum, getLimit, getRowCount, getRowIndex, goToRow, lastRowNum, nextRowNum, previousRowNum, setLimitclose, getBlobAsArray, getBlobAsStream, getBoolean, getFieldsCount, getFieldType, getFloat, getInteger, getString, getValue, isNull, reverseclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, getBlobAsArray, getBlobAsArray, getBlobAsStream, getBlobAsStream, getBoolean, getBoolean, getFieldsCount, getFieldType, getFieldType, getFloat, getFloat, getInteger, getInteger, getLimit, getRowCount, getRowId, getRowIndex, getRowValues, getString, getString, getValue, getValue, goTo, goToRow, isNull, isNull, reverse, setLimit, update, updateByFieldNames, updateByFieldNamesOr, updateOr, updateWithRowId, updateWithRowIdOrprotected java.lang.String indexName
protected ISqlJetBtreeIndexTable indexTable
public SqlJetIndexOrderCursor(ISqlJetBtreeDataTable table, SqlJetDb db, java.lang.String indexName) throws SqlJetException
table - db - SqlJetExceptionpublic boolean first()
throws SqlJetException
ISqlJetCursorfirst in interface ISqlJetCursorfirst in class SqlJetRowNumCursorSqlJetExceptionpublic boolean next()
throws SqlJetException
ISqlJetCursornext in interface ISqlJetCursornext in class SqlJetRowNumCursorSqlJetExceptionpublic boolean eof()
throws SqlJetException
ISqlJetCursoreof in interface ISqlJetCursoreof in class SqlJetRowNumCursorSqlJetExceptionpublic boolean last()
throws SqlJetException
ISqlJetCursorlast in interface ISqlJetCursorlast in class SqlJetRowNumCursorSqlJetExceptionpublic boolean previous()
throws SqlJetException
ISqlJetCursorprevious in interface ISqlJetCursorprevious in class SqlJetRowNumCursorSqlJetExceptionpublic void delete()
throws SqlJetException
ISqlJetCursordelete in interface ISqlJetCursordelete in class SqlJetTableDataCursorSqlJetExceptionprotected void computeRows(boolean current)
throws SqlJetException
computeRows in class SqlJetRowNumCursorSqlJetException