|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.sqljet.core.internal.map.SqlJetMapIndex
public class SqlJetMapIndex
Constructor Summary | |
---|---|
SqlJetMapIndex(SqlJetMapDb mapDb,
ISqlJetBtree btree,
ISqlJetIndexDef indexDef,
boolean writable)
|
Method Summary | |
---|---|
java.lang.Long |
get(java.lang.Object[] key)
|
ISqlJetMapIndexCursor |
getCursor()
|
void |
put(java.lang.Object[] key,
java.lang.Long value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqlJetMapIndex(SqlJetMapDb mapDb, ISqlJetBtree btree, ISqlJetIndexDef indexDef, boolean writable)
mapDb
- btree
- mapTableDef
- writable
- Method Detail |
---|
public ISqlJetMapIndexCursor getCursor() throws SqlJetException
getCursor
in interface ISqlJetMapIndex
SqlJetException
public void put(java.lang.Object[] key, java.lang.Long value) throws SqlJetException
put
in interface ISqlJetMapIndex
SqlJetException
public java.lang.Long get(java.lang.Object[] key) throws SqlJetException
get
in interface ISqlJetMapIndex
SqlJetException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |