public interface ISqlJetMapIndex
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
get(java.lang.Object[] key) |
ISqlJetMapIndexCursor |
getCursor() |
void |
put(java.lang.Object[] key,
java.lang.Long value) |
void put(java.lang.Object[] key,
java.lang.Long value)
throws SqlJetException
key - value - SqlJetExceptionjava.lang.Long get(java.lang.Object[] key)
throws SqlJetException
key - SqlJetExceptionISqlJetMapIndexCursor getCursor() throws SqlJetException
SqlJetException