public class SqlJetMapTable extends java.lang.Object implements ISqlJetMapTable
| Constructor and Description |
|---|
SqlJetMapTable(SqlJetMapDb mapDb,
ISqlJetBtree btree,
SqlJetMapDef mapDef,
boolean writable) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
get(long key) |
ISqlJetMapTableCursor |
getCursor() |
long |
put(long key,
java.lang.Object... values) |
public SqlJetMapTable(SqlJetMapDb mapDb, ISqlJetBtree btree, SqlJetMapDef mapDef, boolean writable)
mapDb - btree - mapDef - writable - public ISqlJetMapTableCursor getCursor() throws SqlJetException
getCursor in interface ISqlJetMapTableSqlJetExceptionpublic long put(long key,
java.lang.Object... values)
throws SqlJetException
put in interface ISqlJetMapTableSqlJetExceptionpublic java.lang.Object[] get(long key)
throws SqlJetException
get in interface ISqlJetMapTableSqlJetException