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
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 - SqlJetExceptionCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.