Package com.j_spaces.jdbc.executor
Class ScanCursor
java.lang.Object
com.j_spaces.jdbc.executor.ScanCursor
- All Implemented Interfaces:
EntriesCursor
No index - just scan all the entries and find matches
- Since:
- 7.1
- Author:
- anna
-
Constructor Details
-
ScanCursor
- Parameters:
tableEntries-
-
-
Method Details
-
next
public boolean next()- Specified by:
nextin interfaceEntriesCursor
-
getCurrentEntry
- Specified by:
getCurrentEntryin interfaceEntriesCursor
-
reset
public void reset()- Specified by:
resetin interfaceEntriesCursor
-
isBeforeFirst
public boolean isBeforeFirst()- Specified by:
isBeforeFirstin interfaceEntriesCursor
-