public interface ISqlJetMapIndexCursor extends ISqlJetMapIterator
void close() throws SqlJetException
SqlJetException
java.lang.Object[] getKey() throws SqlJetException
SqlJetException
java.lang.Long getValue() throws SqlJetException
SqlJetException
boolean goToKey(java.lang.Object[] key) throws SqlJetException
key
- SqlJetException
void put(java.lang.Object[] key, java.lang.Long value) throws SqlJetException
key
- value
- SqlJetException