Elexis API documentation
Version 2.1.6 as of December 11 2011

Uses of Class
com.healthmarketscience.jackcess.Cursor

Packages that use Cursor
com.healthmarketscience.jackcess   
 

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, java.lang.Object[] startRow, boolean startInclusive, java.lang.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, java.lang.Object[] startRow, java.lang.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.
 

Methods in com.healthmarketscience.jackcess with parameters of type Cursor
static void ExportUtil.exportWriter(Cursor cursor, java.io.BufferedWriter out, boolean header, java.lang.String delim, char quote, ExportFilter filter)
          Copy a table in this database into a new delimited text file.
 


Elexis API documentation
Version 2.1.6 as of December 11 2011

Copyright 2005-2011 by Gerry Weirich, Elexis