|
|||||||||
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.SqlJetMapTableCursor
public class SqlJetMapTableCursor
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 | |
---|---|
SqlJetMapTableCursor(SqlJetMapDb mapDb,
ISqlJetBtree btree,
SqlJetMapDef mapDef,
boolean writable)
|
Method Summary | |
---|---|
long |
getKey()
|
java.lang.Object[] |
getValue()
|
boolean |
goToKey(long key)
|
long |
put(long key,
java.lang.Object... values)
|
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.ISqlJetMapTableCursor |
---|
close |
Methods inherited from interface org.tmatesoft.sqljet.core.map.ISqlJetMapIterator |
---|
eof, first, last, next, previous |
Constructor Detail |
---|
public SqlJetMapTableCursor(SqlJetMapDb mapDb, ISqlJetBtree btree, SqlJetMapDef mapDef, boolean writable) throws SqlJetException
mapDb
- btree
- mapDef
- writable
-
SqlJetException
Method Detail |
---|
public long getKey() throws SqlJetException
getKey
in interface ISqlJetMapTableCursor
SqlJetException
public java.lang.Object[] getValue() throws SqlJetException
getValue
in interface ISqlJetMapTableCursor
SqlJetException
public boolean goToKey(long key) throws SqlJetException
goToKey
in interface ISqlJetMapTableCursor
key
-
SqlJetException
public long put(long key, java.lang.Object... values) throws SqlJetException
put
in interface ISqlJetMapTableCursor
key
- value
-
SqlJetException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |