Uses of Interface
org.cojen.tupl.Scanner
Packages that use Scanner
-
Uses of Scanner in org.cojen.tupl
Subinterfaces of Scanner in org.cojen.tuplModifier and TypeInterfaceDescriptioninterface
Updater<R>
Support for scanning through all rows in a table, updating them along the way.Methods in org.cojen.tupl that return ScannerModifier and TypeMethodDescriptionSorter.finishScan()
Returns a single-use Scanner over the sorted results, which deletes temporary resources as it goes.Sorter.finishScan
(Scanner<Entry> s) Returns a single-use Scanner over the sorted results, which deletes temporary resources as it goes.Sorter.finishScanReverse()
Same asfinishScan
, but in reverse order.Sorter.finishScanReverse
(Scanner<Entry> s) Same asfinishScan
, but in reverse order.Query.newScanner
(Transaction txn, Object... args) Returns a new scanner for all the rows of this query.Query.newScanner
(R row, Transaction txn, Object... args) Returns a new scanner for all the rows of this query.Table.newScanner
(Transaction txn) Returns a new scanner for all rows of this table.Table.newScanner
(Transaction txn, String query, Object... args) Returns a new scanner for a subset of rows from this table, as specified by the query expression.Table.newScanner
(R row, Transaction txn) Returns a new scanner for all rows of this table.Table.newScanner
(R row, Transaction txn, String query, Object... args) Returns a new scanner for a subset of rows from this table, as specified by the query expression.Methods in org.cojen.tupl with parameters of type ScannerModifier and TypeMethodDescriptiondefault void
Add all remaining items from the given scanner into the sorter.Sorter.finishScan
(Scanner<Entry> s) Returns a single-use Scanner over the sorted results, which deletes temporary resources as it goes.Sorter.finishScanReverse
(Scanner<Entry> s) Same asfinishScan
, but in reverse order.