public interface ISqlJetMapTableCursor extends ISqlJetMapIterator
void close() throws SqlJetException
SqlJetException
long getKey() throws SqlJetException
SqlJetException
java.lang.Object[] getValue() throws SqlJetException
SqlJetException
boolean goToKey(long key) throws SqlJetException
key
- SqlJetException
long put(long key, java.lang.Object... values) throws SqlJetException
key
- values
- SqlJetException
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.