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
SqlJetException
java.lang.Object[] getKey() throws SqlJetException
SqlJetException
java.lang.Long getValue() throws SqlJetException
SqlJetException
boolean goToKey(java.lang.Object[] key) throws SqlJetException
key
- SqlJetException
void put(java.lang.Object[] key, java.lang.Long value) throws SqlJetException
key
- value
- SqlJetException
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.