AstVisitor, InsertFinalStep, InsertReturningStep, QueryInsertImplpublic interface InsertDoUpdateWhereManySteps extends InsertReturningStep
Conditions interface.assemblereturning, returningbuildPreparedStatement, sql<T> InsertDoUpdateWhereManySteps and(T left, T operator, T right)
Conditions.and(Object, Object, Object) method.T - String, Expression, Operator or Query objectleft - left operandoperator - operatorright - right operandInsertDoUpdateWhereManySteps and(Conditions conditions)
Conditions.and(Conditions) method.conditions - conditionsInsertDoUpdateWhereManySteps andExists(Query query)
Conditions.andExists(Query) method.query - subquery<T> InsertDoUpdateWhereManySteps andNot(T left, T operator, T right)
Conditions.andNot(Object, Object, Object) method.T - String, Expression, Operator or Query objectleft - left operandoperator - operatorright - right operandInsertDoUpdateWhereManySteps andNot(Conditions conditions)
Conditions.andNot(Conditions) method.conditions - conditionsInsertDoUpdateWhereManySteps andNotExists(Query query)
Conditions.andNotExists(Query) method.query - subquery<T> InsertDoUpdateWhereManySteps or(T left, T operator, T right)
Conditions.or(Object, Object, Object) method.T - String, Expression, Operator or Query objectleft - left operandoperator - operatorright - right operandInsertDoUpdateWhereManySteps or(Conditions conditions)
Conditions.or(Conditions) method.conditions - conditionsInsertDoUpdateWhereManySteps orExists(Query query)
Conditions.orExists(Query) method.query - subquery<T> InsertDoUpdateWhereManySteps orNot(T left, T operator, T right)
Conditions.orNot(Object, Object, Object) method.T - String, Expression, Operator or Query objectleft - left operandoperator - operatorright - right operandInsertDoUpdateWhereManySteps orNot(Conditions conditions)
Conditions.orNot(Conditions) method.conditions - conditionsInsertDoUpdateWhereManySteps orNotExists(Query query)
Conditions.orNot(Conditions) method.query - subquery