Package | Description |
---|---|
com.healthmarketscience.jackcess | |
com.healthmarketscience.jackcess.impl |
Modifier and Type | Method and Description |
---|---|
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 |
Index.newCursor()
Convenience method for constructing a new CursorBuilder for this Index.
|
CursorBuilder |
Table.newCursor()
Convenience method for constructing a new CursorBuilder for this Table.
|
CursorBuilder |
CursorBuilder.restoreSavepoint(Cursor.Savepoint savepoint)
Sets a savepoint to restore for the initial position of the cursor.
|
CursorBuilder |
CursorBuilder.setCaseInsensitive()
Sets the ColumnMatcher to an instance of CaseInsensitiveColumnMatcher
|
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.
|
Modifier and Type | Method and Description |
---|---|
CursorBuilder |
TableImpl.newCursor() |
CursorBuilder |
IndexImpl.newCursor() |
Copyright © 2005–2024 OpenHMS. All rights reserved.