Class SqlJetMapCursor

java.lang.Object
org.tmatesoft.sqljet.core.internal.map.SqlJetMapCursor
All Implemented Interfaces:
ISqlJetMapCursor, ISqlJetMapIterator

public class SqlJetMapCursor extends java.lang.Object implements ISqlJetMapCursor
Author:
TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
  • Constructor Summary

    Constructors
    Constructor
    Description
    SqlJetMapCursor(SqlJetMapDb mapDb, ISqlJetBtree btree, SqlJetMapDef mapDef, boolean writable)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    eof()
    Tests whether this cursor is positioned behind the last record.
    boolean
    Goes to the first record.
    java.lang.Object[]
     
     
     
    java.lang.Object[]
     
    boolean
    goToKey(java.lang.Object[] key)
     
    boolean
    Goes to the last record.
    boolean
    Goes to the next record.
    boolean
    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