|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.sqljet.core.internal.table.SqlJetBtreeTable
org.tmatesoft.sqljet.core.internal.map.SqlJetMapIndexCursor
public class SqlJetMapIndexCursor
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.tmatesoft.sqljet.core.internal.table.SqlJetBtreeTable |
---|
SqlJetBtreeTable.State |
Field Summary |
---|
Fields inherited from class org.tmatesoft.sqljet.core.internal.table.SqlJetBtreeTable |
---|
btree, index, rootPage, write |
Constructor Summary | |
---|---|
SqlJetMapIndexCursor(SqlJetMapDb mapDb,
ISqlJetBtree btree,
ISqlJetIndexDef indexDef,
boolean writable)
|
Method Summary | |
---|---|
java.lang.Object[] |
getKey()
|
java.lang.Long |
getValue()
|
boolean |
goToKey(java.lang.Object[] key)
|
void |
put(java.lang.Object[] key,
java.lang.Long value)
|
Methods inherited from class org.tmatesoft.sqljet.core.internal.table.SqlJetBtreeTable |
---|
checkField, clear, clearRecordCache, close, delete, eof, first, getBlob, getCursor, getEncoding, getFieldsCount, getFieldType, getFloat, getInteger, getKeyInfo, getKeySize, getRecord, getString, getValue, getValueMem, getValues, getValueUncached, hasMoved, insert, isNull, last, lock, lockTable, moveTo, newRowId, newRowId, next, popState, previous, pushState, unlock |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.tmatesoft.sqljet.core.map.ISqlJetMapIndexCursor |
---|
close |
Methods inherited from interface org.tmatesoft.sqljet.core.map.ISqlJetMapIterator |
---|
eof, first, last, next, previous |
Constructor Detail |
---|
public SqlJetMapIndexCursor(SqlJetMapDb mapDb, ISqlJetBtree btree, ISqlJetIndexDef indexDef, boolean writable) throws SqlJetException
mapDb
- btree
- mapTableDef
- writable
-
SqlJetException
Method Detail |
---|
public java.lang.Object[] getKey() throws SqlJetException
getKey
in interface ISqlJetMapIndexCursor
SqlJetException
public java.lang.Long getValue() throws SqlJetException
getValue
in interface ISqlJetMapIndexCursor
SqlJetException
public boolean goToKey(java.lang.Object[] key) throws SqlJetException
goToKey
in interface ISqlJetMapIndexCursor
key
-
SqlJetException
public void put(java.lang.Object[] key, java.lang.Long value) throws SqlJetException
put
in interface ISqlJetMapIndexCursor
key
- value
-
SqlJetException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |