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 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
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.