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