AstVisitor, DeleteFinalStep, DeleteReturningStep, QueryDeleteImplpublic interface DeleteWhereManySteps extends DeleteReturningStep
assemblereturning, returningbuildPreparedStatement, sql<T> DeleteWhereManySteps and(T left, T operator, T right)
Conditions.and(Object, Object, Object) method.T - String, Expression, Operator or Query objectleft - left operandoperator - operatorright - right operandDeleteWhereManySteps and(Conditions conditions)
Conditions.and(Conditions) method.conditions - conditionsDeleteWhereManySteps andExists(Query query)
Conditions.andExists(Query) method.query - subquery<T> DeleteWhereManySteps andNot(T left, T operator, T right)
Conditions.andNot(Object, Object, Object) method.T - String, Expression, Operator or Query objectleft - left operandoperator - operatorright - right operandDeleteWhereManySteps andNot(Conditions conditions)
Conditions.andNot(Conditions) method.conditions - conditionsDeleteWhereManySteps andNotExists(Query query)
Conditions.andNotExists(Query) method.query - subquery<T> DeleteWhereManySteps or(T left, T operator, T right)
Conditions.or(Object, Object, Object) method.T - String, Expression, Operator or Query objectleft - left operandoperator - operatorright - right operandDeleteWhereManySteps or(Conditions conditions)
Conditions.or(Conditions) method.conditions - conditionsDeleteWhereManySteps orExists(Query query)
Conditions.orExists(Query) method.query - subquery<T> DeleteWhereManySteps orNot(T left, T operator, T right)
Conditions.orNot(Object, Object, Object) method.T - String, Expression, Operator or Query objectleft - left operandoperator - operatorright - right operandDeleteWhereManySteps orNot(Conditions conditions)
Conditions.orNot(Conditions) method.conditions - conditionsDeleteWhereManySteps orNotExists(Query query)
Conditions.orNot(Conditions) method.query - subquery