Interface ISqlJetMapTableCursor

All Superinterfaces:
ISqlJetMapIterator
All Known Implementing Classes:
SqlJetMapTableCursor

public interface ISqlJetMapTableCursor extends ISqlJetMapIterator
Author:
TMate Software Ltd., Sergey Scherbina (sergey.scherbina@gmail.com)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    long
     
    java.lang.Object[]
     
    boolean
    goToKey(long key)
     
    long
    put(long key, java.lang.Object... values)
     

    Methods inherited from interface org.tmatesoft.sqljet.core.map.ISqlJetMapIterator

    eof, first, last, next, previous