Uses of Class
com.healthmarketscience.jackcess.Cursor

Uses of Cursor in com.healthmarketscience.jackcess
 

Methods in com.healthmarketscience.jackcess that return Cursor
static Cursor Cursor.createCursor(Table table)
          Creates a normal, un-indexed cursor for the given table.
static Cursor Cursor.createIndexCursor(Table table, Index index)
          Creates an indexed cursor for the given table.
static Cursor Cursor.createIndexCursor(Table table, Index index, Object[] startRow, boolean startInclusive, Object[] endRow, boolean endInclusive)
          Creates an indexed cursor for the given table, narrowed to the given range.
static Cursor Cursor.createIndexCursor(Table table, Index index, Object[] startRow, Object[] endRow)
          Creates an indexed cursor for the given table, narrowed to the given range.
 Cursor CursorBuilder.toCursor()
          Returns a new cursor for the table, constructed to the given specifications.
 



Copyright © 2005-2008 Health Market Science. All Rights Reserved.