public interface ISqlJetMapTableCursor extends ISqlJetMapIterator
Modifier and Type | Method and Description |
---|---|
void |
close() |
long |
getKey() |
java.lang.Object[] |
getValue() |
boolean |
goToKey(long key) |
long |
put(long key,
java.lang.Object... values) |
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.