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