|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
UsageMap.PageCursor.getPreviousPage() will return the
last page in the map
Table.addRow(Object...).
UsageMap.PageCursor.getNextPage() will return the first
page in the map
getPage/setPage call must reload page data) and
releases any referenced memory.
true if the current row matches the given pattern.
true if the current row matches the given pattern.
true).
true if "big index support" has been enabled explicity on
the this Database or via a system property, false otherwise.
Table.getNextRow()).
null if
the given page number is invalid.
Cursor.restoreSavepoint(com.healthmarketscience.jackcess.Cursor.Savepoint).
Database< import/copy methods.Index.DataPage.getPage/setPage call must reload page data).
true if the cursor is currently positioned after the
last row, false otherwise.
true if the cursor is currently positioned before the
first row, false otherwise.
true if the row at which the cursor is currently
positioned is deleted, false otherwise (including invalid rows).
true if this cursor is up-to-date with respect to its
index.
true if this cursor is up-to-date with respect to its
usage map.
true if this rowId potentially represents an actual row
of data, false otherwise.
Cursor.iterator(Collection)
beforeFirst on this cursor and returns an unmodifiable
Iterator which will iterate through all the rows of this table.
beforeFirst on this table and returns an unmodifiable
Iterator which will iterate through all the rows of this table, returning
only the given columns.
reset on this table and returns an unmodifiable
Iterator which will iterate through all the rows of this table.
reset on this table and returns an unmodifiable
Iterator which will iterate through all the rows of this table, returning
only the given columns.
null (or a
boolean value is true).