Interface SqlUpdateStatement.SetClauseParameterSetter

All Superinterfaces:
SqlUpdateStatement.WhereClause
Enclosing class:
SqlUpdateStatement

public static interface SqlUpdateStatement.SetClauseParameterSetter extends SqlUpdateStatement.WhereClause
  • Method Details

    • withParam

      Adds a parameter to be used in placeholder subsitution when the statement is constructed.
      Parameters:
      value -
      type -
      Returns:
    • withParam

      Adds a parameter to be used in placeholder substitution when the statement is constructed.

      The column type to be used is derived from the type of the given value. String -> VARCHAR Number -> BIGINT Boolean -> BOOLEAN

      Parameters:
      value -
      Returns: