public interface ISqlJetMapTable
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
get(long key) |
ISqlJetMapTableCursor |
getCursor() |
long |
put(long key,
java.lang.Object... values) |
long put(long key, java.lang.Object... values) throws SqlJetException
key
- values
- SqlJetException
java.lang.Object[] get(long key) throws SqlJetException
key
- SqlJetException
ISqlJetMapTableCursor getCursor() throws SqlJetException
SqlJetException
Copyright © 2009-2010 TMate Software Ltd. All Rights Reserved.