public interface ISqlJetMapIndex
Modifier and Type | Method and Description |
---|---|
java.lang.Long |
get(java.lang.Object[] key) |
ISqlJetMapIndexCursor |
getCursor() |
void |
put(java.lang.Object[] key,
java.lang.Long value) |
void put(java.lang.Object[] key, java.lang.Long value) throws SqlJetException
key
- value
- SqlJetException
java.lang.Long get(java.lang.Object[] key) throws SqlJetException
key
- SqlJetException
ISqlJetMapIndexCursor getCursor() throws SqlJetException
SqlJetException
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.