Uses of Interface
org.cojen.tupl.Updater
Packages that use Updater
-
Uses of Updater in org.cojen.tupl
Methods in org.cojen.tupl that return UpdaterModifier and TypeMethodDescriptionQuery.newUpdater
(Transaction txn, Object... args) Returns a new updater for all the rows of this query.Query.newUpdater
(R row, Transaction txn, Object... args) Returns a new updater for all the rows of this query.Table.newUpdater
(Transaction txn) Returns a new updater for all rows of this table.Table.newUpdater
(Transaction txn, String query, Object... args) Returns a new updater for a subset of rows from this table, as specified by the query expression.Table.newUpdater
(R row, Transaction txn) Returns a new updater for all rows of this table.Table.newUpdater
(R row, Transaction txn, String query, Object... args) Returns a new updater for a subset of rows from this table, as specified by the query expression.