public interface ISqlJetMapCursor extends ISqlJetMapIterator
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.lang.Object[] |
getKey() |
ISqlJetMapIndexCursor |
getMapIndex() |
ISqlJetMapTableCursor |
getMapTable() |
java.lang.Object[] |
getValue() |
boolean |
goToKey(java.lang.Object[] key) |
void |
put(java.lang.Object[] key,
java.lang.Object[] value) |
void close()
throws SqlJetException
SqlJetExceptionjava.lang.Object[] getKey()
throws SqlJetException
SqlJetExceptionjava.lang.Object[] getValue()
throws SqlJetException
SqlJetExceptionboolean goToKey(java.lang.Object[] key)
throws SqlJetException
key - SqlJetExceptionvoid put(java.lang.Object[] key,
java.lang.Object[] value)
throws SqlJetException
key - value - SqlJetExceptionISqlJetMapTableCursor getMapTable() throws SqlJetException
SqlJetExceptionISqlJetMapIndexCursor getMapIndex() throws SqlJetException
SqlJetExceptionCopyright © 2009-2010 TMate Software Ltd. All Rights Reserved.