|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CursorBuilder | |
|---|---|
| com.healthmarketscience.jackcess | |
| com.healthmarketscience.jackcess.impl | |
| Uses of CursorBuilder in com.healthmarketscience.jackcess |
|---|
| Methods in com.healthmarketscience.jackcess that return CursorBuilder | |
|---|---|
CursorBuilder |
CursorBuilder.afterLast()
Sets the cursor so that it will start at the end (unless a savepoint is given). |
CursorBuilder |
CursorBuilder.beforeFirst()
Sets the cursor so that it will start at the beginning (unless a savepoint is given). |
CursorBuilder |
Table.newCursor()
Convenience method for constructing a new CursorBuilder for this Table. |
CursorBuilder |
Index.newCursor()
Convenience method for constructing a new CursorBuilder for this Index. |
CursorBuilder |
CursorBuilder.restoreSavepoint(Cursor.Savepoint savepoint)
Sets a savepoint to restore for the initial position of the cursor. |
CursorBuilder |
CursorBuilder.setColumnMatcher(ColumnMatcher columnMatcher)
Sets the ColumnMatcher to use for matching row patterns. |
CursorBuilder |
CursorBuilder.setEndEntry(Object... endEntry)
Sets the ending row for a range based index cursor to the given entry (where the given values correspond to the index's columns). |
CursorBuilder |
CursorBuilder.setEndRow(Object... endRow)
Sets the ending row for a range based index cursor. |
CursorBuilder |
CursorBuilder.setEndRowInclusive(boolean inclusive)
Sets whether the ending row for a range based index cursor is inclusive or exclusive. |
CursorBuilder |
CursorBuilder.setIndex(Index index)
Sets an index to use for the cursor. |
CursorBuilder |
CursorBuilder.setIndexByColumnNames(String... columnNames)
Sets an index to use for the cursor by searching the table for an index with exactly the given columns. |
CursorBuilder |
CursorBuilder.setIndexByColumns(Column... columns)
Sets an index to use for the cursor by searching the table for an index with exactly the given columns. |
CursorBuilder |
CursorBuilder.setIndexByName(String indexName)
Sets an index to use for the cursor by searching the table for an index with the given name. |
CursorBuilder |
CursorBuilder.setSpecificEntry(Object... specificEntry)
Sets the starting and ending row for a range based index cursor to the given entry (where the given values correspond to the index's columns). |
CursorBuilder |
CursorBuilder.setSpecificRow(Object... specificRow)
Sets the starting and ending row for a range based index cursor. |
CursorBuilder |
CursorBuilder.setStartEntry(Object... startEntry)
Sets the starting row for a range based index cursor to the given entry (where the given values correspond to the index's columns). |
CursorBuilder |
CursorBuilder.setStartRow(Object... startRow)
Sets the starting row for a range based index cursor. |
CursorBuilder |
CursorBuilder.setStartRowInclusive(boolean inclusive)
Sets whether the starting row for a range based index cursor is inclusive or exclusive. |
| Uses of CursorBuilder in com.healthmarketscience.jackcess.impl |
|---|
| Methods in com.healthmarketscience.jackcess.impl that return CursorBuilder | |
|---|---|
CursorBuilder |
TableImpl.newCursor()
|
CursorBuilder |
IndexImpl.newCursor()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||