Class TableScanCursor
- java.lang.Object
-
- com.healthmarketscience.jackcess.impl.CursorImpl
-
- com.healthmarketscience.jackcess.impl.TableScanCursor
-
public class TableScanCursor extends CursorImpl
Simple un-indexed cursor.- Author:
- James Ahlborn
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.healthmarketscience.jackcess.Cursor
Cursor.Id, Cursor.Position, Cursor.Savepoint
-
-
Field Summary
-
Fields inherited from class com.healthmarketscience.jackcess.impl.CursorImpl
MOVE_FORWARD, MOVE_REVERSE
-
-
Constructor Summary
Constructors Constructor Description TableScanCursor(TableImpl table)
-
Method Summary
-
Methods inherited from class com.healthmarketscience.jackcess.impl.CursorImpl
afterLast, beforeFirst, createCursor, currentRowMatches, currentRowMatches, currentRowMatches, deleteCurrentRow, findFirstRow, findFirstRow, findFirstRow, findNextRow, findNextRow, findNextRow, findRow, getColumnMatcher, getCurrentRow, getCurrentRow, getCurrentRowValue, getCurrentRowValue, getErrorHandler, getFormat, getId, getNextRow, getNextRow, getPageChannel, getPreviousRow, getPreviousRow, getRowState, getSavepoint, getTable, isAfterLast, isBeforeFirst, isCurrentRowDeleted, iterator, iterator, moveNextRows, movePreviousRows, moveToNextRow, moveToPreviousRow, newIterable, reset, restoreSavepoint, restoreSavepoint, setColumnMatcher, setCurrentRowValue, setCurrentRowValue, setErrorHandler, toString, updateCurrentRow, updateCurrentRowFromMap
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
TableScanCursor
public TableScanCursor(TableImpl table)
-
-