|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.sqljet.core.internal.map.SqlJetMapTable
public class SqlJetMapTable
Constructor Summary | |
---|---|
SqlJetMapTable(SqlJetMapDb mapDb,
ISqlJetBtree btree,
SqlJetMapDef mapDef,
boolean writable)
|
Method Summary | |
---|---|
java.lang.Object[] |
get(long key)
|
ISqlJetMapTableCursor |
getCursor()
|
long |
put(long key,
java.lang.Object... values)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SqlJetMapTable(SqlJetMapDb mapDb, ISqlJetBtree btree, SqlJetMapDef mapDef, boolean writable)
mapDb
- btree
- mapDef
- writable
- Method Detail |
---|
public ISqlJetMapTableCursor getCursor() throws SqlJetException
getCursor
in interface ISqlJetMapTable
SqlJetException
public long put(long key, java.lang.Object... values) throws SqlJetException
put
in interface ISqlJetMapTable
SqlJetException
public java.lang.Object[] get(long key) throws SqlJetException
get
in interface ISqlJetMapTable
SqlJetException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |