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 - SqlJetExceptionjava.lang.Object[] get(java.lang.Object[] key)
throws SqlJetException
key - SqlJetExceptionISqlJetMapCursor getCursor() throws SqlJetException
SqlJetExceptionISqlJetMapTable getMapTable() throws SqlJetException
SqlJetExceptionISqlJetMapIndex getMapIndex() throws SqlJetException
SqlJetException