Skip to content

Class

SQLUpdateBuilder

Builds SQLUpdate queries.
final class SQLUpdateBuilder

Topics

Initializers

Instance Properties

  • database
    Connection to execute query on.
  • predicate
    The predicate under construction.
  • query
    Query being built.
  • returning
    The specification of what the query should return, if any.
  • tableExpressionGroup
    An optional group of common table expressions to include in the query under construction.
  • update
    An SQLUpdate containing the complete current state of the builder.
  • values
    List of assignment pairs.

Relationships

Conforms To

See Also

Query Builders