|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cursor | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| com.healthmarketscience.jackcess.util | |
| Uses of Cursor in com.healthmarketscience.jackcess |
|---|
| Subinterfaces of Cursor in com.healthmarketscience.jackcess | |
|---|---|
interface |
IndexCursor
Cursor backed by an Index with extended traversal options. |
| Methods in com.healthmarketscience.jackcess that return Cursor | |
|---|---|
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. |
| Uses of Cursor in com.healthmarketscience.jackcess.impl |
|---|
| Classes in com.healthmarketscience.jackcess.impl that implement Cursor | |
|---|---|
class |
CursorImpl
Manages iteration for a Table. |
class |
IndexCursorImpl
Cursor backed by an index with extended traversal options. |
class |
TableScanCursor
Simple un-indexed cursor. |
| Uses of Cursor in com.healthmarketscience.jackcess.util |
|---|
| Methods in com.healthmarketscience.jackcess.util with parameters of type Cursor | |
|---|---|
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)
|
| Constructors in com.healthmarketscience.jackcess.util with parameters of type Cursor | |
|---|---|
ExportUtil.Builder(Cursor cursor)
|
|
IterableBuilder(Cursor cursor)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||