Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl | |
com.healthmarketscience.jackcess.util |
Modifier and Type | Interface and Description |
---|---|
interface |
IndexCursor
Cursor backed by an
Index with extended traversal options. |
Modifier and Type | Method and Description |
---|---|
static Cursor |
CursorBuilder.createCursor(Table table)
Creates a normal, un-indexed cursor for the given table.
|
Cursor |
Table.getDefaultCursor() |
Cursor |
CursorBuilder.toCursor()
Returns a new cursor for the table, constructed to the given
specifications.
|
Modifier and Type | Class and Description |
---|---|
class |
CursorImpl
Manages iteration for a Table.
|
class |
IndexCursorImpl
Cursor backed by an index with extended traversal options.
|
class |
TableScanCursor
Simple un-indexed cursor.
|
Modifier and Type | Method and Description |
---|---|
static void |
ExportUtil.exportWriter(Cursor cursor,
BufferedWriter out,
boolean header,
String delim,
char quote,
ExportFilter filter)
Copy a table in this database into a new delimited text file.
|
ExportUtil.Builder |
ExportUtil.Builder.setCursor(Cursor cursor) |
Constructor and Description |
---|
Builder(Cursor cursor) |
IterableBuilder(Cursor cursor) |
Copyright © 2005–2024 OpenHMS. All rights reserved.