|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 documentationVersion 2.1.6 as of December 11 2011 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||