|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CursorBuilder | |
---|---|
com.healthmarketscience.jackcess |
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 |
CursorBuilder.restoreSavepoint(Cursor.Savepoint savepoint)
Sets a savepoint to restore for the initial position of the cursor. |
CursorBuilder |
CursorBuilder.setEndEntry(java.lang.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(java.lang.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.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(java.lang.String indexName)
Sets an index to use for the cursor by searching the table for an index with the given name. |
CursorBuilder |
CursorBuilder.setSpecificEntry(java.lang.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(java.lang.Object[] specificRow)
Sets the starting and ending row for a range based index cursor. |
CursorBuilder |
CursorBuilder.setStartEntry(java.lang.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(java.lang.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. |
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |