Interface SqlUpdateStatement.SetClauseParameterSetter
- All Superinterfaces:
SqlUpdateStatement.WhereClause
- Enclosing class:
- SqlUpdateStatement
public static interface SqlUpdateStatement.SetClauseParameterSetter
extends SqlUpdateStatement.WhereClause
-
Method Summary
Modifier and TypeMethodDescriptionAdds a parameter to be used in placeholder substitution when the statement is constructed.Adds a parameter to be used in placeholder subsitution when the statement is constructed.Methods inherited from interface com.atlassian.greenhopper.manager.lexorank.SqlUpdateStatement.WhereClause
where
-
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:
-