public interface ISqlJetMapTableCursor extends ISqlJetMapIterator
void close()
throws SqlJetException
SqlJetExceptionlong getKey()
throws SqlJetException
SqlJetExceptionjava.lang.Object[] getValue()
throws SqlJetException
SqlJetExceptionboolean goToKey(long key)
throws SqlJetException
key - SqlJetExceptionlong put(long key,
java.lang.Object... values)
throws SqlJetException
key - values - SqlJetException