Package com.j_spaces.jdbc.executor
Interface EntriesCursor
- All Known Implementing Classes:
HashedEntriesCursor,ScanCursor
public interface EntriesCursor
- Since:
- 7.1
- Author:
- anna
-
Method Details
-
next
boolean next() -
getCurrentEntry
IEntryPacket getCurrentEntry() -
reset
void reset() -
isBeforeFirst
boolean isBeforeFirst()
-