|
|||||||||
| 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 ISqlJetMapTableSqlJetException
public long put(long key,
java.lang.Object... values)
throws SqlJetException
put in interface ISqlJetMapTableSqlJetException
public java.lang.Object[] get(long key)
throws SqlJetException
get in interface ISqlJetMapTableSqlJetException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||