public interface ISqlJetMap
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) |
void put(java.lang.Object[] key, java.lang.Object[] value) throws SqlJetException
key
- value
- SqlJetException
java.lang.Object[] get(java.lang.Object[] key) throws SqlJetException
key
- SqlJetException
ISqlJetMapCursor getCursor() throws SqlJetException
SqlJetException
ISqlJetMapTable getMapTable() throws SqlJetException
SqlJetException
ISqlJetMapIndex getMapIndex() throws SqlJetException
SqlJetException
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.