AstVisitor, Query, UpdateFinalStep, UpdateReturningStepUpdateImplpublic interface UpdateWhereManySteps extends UpdateReturningStep
assemblebuildPreparedStatement, sqlreturning, returning<T> UpdateWhereManySteps and(T left, T operator, T right)
Conditions.and(Object, Object, Object) method.T - String, Expression, Operator or Query objectleft - left operandoperator - operatorright - right operandUpdateWhereManySteps and(Conditions conditions)
Conditions.and(Conditions) method.conditions - conditionsUpdateWhereManySteps andExists(Query query)
Conditions.andExists(Query) method.query - subquery<T> UpdateWhereManySteps andNot(T left, T operator, T right)
Conditions.andNot(Object, Object, Object) method.T - String, Expression, Operator or Query objectleft - left operandoperator - operatorright - right operandUpdateWhereManySteps andNot(Conditions conditions)
Conditions.andNot(Conditions) method.conditions - conditionsUpdateWhereManySteps andNotExists(Query query)
Conditions.andNotExists(Query) method.query - subquery<T> UpdateWhereManySteps or(T left, T operator, T right)
Conditions.or(Object, Object, Object) method.T - String, Expression, Operator or Query objectleft - left operandoperator - operatorright - right operandUpdateWhereManySteps or(Conditions conditions)
Conditions.or(Conditions) method.conditions - conditionsUpdateWhereManySteps orExists(Query query)
Conditions.orExists(Query) method.query - subquery<T> UpdateWhereManySteps orNot(T left, T operator, T right)
Conditions.orNot(Object, Object, Object) method.T - String, Expression, Operator or Query objectleft - left operandoperator - operatorright - right operandUpdateWhereManySteps orNot(Conditions conditions)
Conditions.orNot(Conditions) method.conditions - conditionsUpdateWhereManySteps orNotExists(Query query)
Conditions.orNot(Conditions) method.query - subquery