public class SqlJetMap extends java.lang.Object implements ISqlJetMap
Constructor and Description |
---|
SqlJetMap(SqlJetMapDb mapDb,
ISqlJetBtree btree,
SqlJetMapDef mapDef,
boolean writable) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
get(java.lang.Object[] key) |
ISqlJetMapCursor |
getCursor() |
ISqlJetMapIndex |
getMapIndex() |
ISqlJetMapTable |
getMapTable() |
void |
put(java.lang.Object[] key,
java.lang.Object[] value) |
public SqlJetMap(SqlJetMapDb mapDb, ISqlJetBtree btree, SqlJetMapDef mapDef, boolean writable)
mapDb
- btree
- mapDef
- writable
- public ISqlJetMapCursor getCursor() throws SqlJetException
getCursor
in interface ISqlJetMap
SqlJetException
public void put(java.lang.Object[] key, java.lang.Object[] value) throws SqlJetException
put
in interface ISqlJetMap
SqlJetException
public java.lang.Object[] get(java.lang.Object[] key) throws SqlJetException
get
in interface ISqlJetMap
SqlJetException
public ISqlJetMapTable getMapTable() throws SqlJetException
getMapTable
in interface ISqlJetMap
SqlJetException
public ISqlJetMapIndex getMapIndex() throws SqlJetException
getMapIndex
in interface ISqlJetMap
SqlJetException
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.