|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.tmatesoft.sqljet.core.internal.map.SqlJetMapCursor
public class SqlJetMapCursor
| Constructor Summary | |
|---|---|
SqlJetMapCursor(SqlJetMapDb mapDb,
ISqlJetBtree btree,
SqlJetMapDef mapDef,
boolean writable)
|
|
| Method Summary | |
|---|---|
void |
close()
|
boolean |
eof()
Tests whether this cursor is positioned behind the last record. |
boolean |
first()
Goes to the first record. |
java.lang.Object[] |
getKey()
|
ISqlJetMapIndexCursor |
getMapIndex()
|
ISqlJetMapTableCursor |
getMapTable()
|
java.lang.Object[] |
getValue()
|
boolean |
goToKey(java.lang.Object[] key)
|
boolean |
last()
Goes to the last record. |
boolean |
next()
Goes to the next record. |
boolean |
previous()
Goes to the previous record. |
void |
put(java.lang.Object[] key,
java.lang.Object[] value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SqlJetMapCursor(SqlJetMapDb mapDb,
ISqlJetBtree btree,
SqlJetMapDef mapDef,
boolean writable)
throws SqlJetException
mapDb - btree - mapDef - writable -
SqlJetException| Method Detail |
|---|
public ISqlJetMapTableCursor getMapTable()
throws SqlJetException
getMapTable in interface ISqlJetMapCursorSqlJetException
public ISqlJetMapIndexCursor getMapIndex()
throws SqlJetException
getMapIndex in interface ISqlJetMapCursorSqlJetException
public void close()
throws SqlJetException
close in interface ISqlJetMapCursorSqlJetException
public java.lang.Object[] getKey()
throws SqlJetException
getKey in interface ISqlJetMapCursorSqlJetException
public java.lang.Object[] getValue()
throws SqlJetException
getValue in interface ISqlJetMapCursorSqlJetException
public boolean goToKey(java.lang.Object[] key)
throws SqlJetException
goToKey in interface ISqlJetMapCursorkey -
SqlJetException
public void put(java.lang.Object[] key,
java.lang.Object[] value)
throws SqlJetException
put in interface ISqlJetMapCursorkey - value -
SqlJetException
public boolean eof()
throws SqlJetException
ISqlJetMapIterator
eof in interface ISqlJetMapIteratorSqlJetException
public boolean first()
throws SqlJetException
ISqlJetMapIterator
first in interface ISqlJetMapIteratorSqlJetException
public boolean last()
throws SqlJetException
ISqlJetMapIterator
last in interface ISqlJetMapIteratorSqlJetException
public boolean next()
throws SqlJetException
ISqlJetMapIterator
next in interface ISqlJetMapIteratorSqlJetException
public boolean previous()
throws SqlJetException
ISqlJetMapIterator
previous in interface ISqlJetMapIteratorSqlJetException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||