Uses of Class
io.github.torand.fastersql.statement.UpdateStatement
Packages that use UpdateStatement
Package
Description
Provides classes and interfaces related to statements.
-
Uses of UpdateStatement in io.github.torand.fastersql.statement
Methods in io.github.torand.fastersql.statement that return UpdateStatementModifier and TypeMethodDescriptionUpdateStatement.set
(Column column, Expression value) Adds an expression value to be updated for a column.Adds a constant value to be updated for a column.Adds an optional value to be updated for a column.static UpdateStatement
Creates an UPDATE statement for specified table.final UpdateStatement
UpdateStatement.where
(OptionalPredicate... maybePredicates) Adds optional predicates to the WHERE clause if the wrapped predicates are present.Adds one or more predicates to the WHERE clause.