This package contains jOOQ's public API.
-
InsertOnConflictConditionStep.and(String sql)
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
InsertOnConflictConditionStep.and(SQL sql)
Combine the currently assembled conditions with another one using the
Operator.AND
operator and proceed to the next step.
Combine the currently assembled conditions with an EXISTS clause using
the
Operator.AND
operator and proceed to the next step.
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator and proceed to the next step.
Combine the currently assembled conditions with a negated other one using
the
Operator.AND
operator and proceed to the next step.
Combine the currently assembled conditions with a NOT EXISTS clause using
the
Operator.AND
operator and proceed to the next step.
InsertOnConflictConditionStep.or(String sql)
Combine the currently assembled conditions with another one using the
Operator.OR
operator and proceed to the next step.
Combine the currently assembled conditions with another one using the
Operator.OR
operator and proceed to the next step.
Combine the currently assembled conditions with another one using the
Operator.OR
operator and proceed to the next step.
Combine the currently assembled conditions with another one using the
Operator.OR
operator and proceed to the next step.
Combine the currently assembled conditions with another one using the
Operator.OR
operator and proceed to the next step.
InsertOnConflictConditionStep.or(SQL sql)
Combine the currently assembled conditions with another one using the
Operator.OR
operator and proceed to the next step.
Combine the currently assembled conditions with an EXISTS clause using
the
Operator.OR
operator and proceed to the next step.
Combine the currently assembled conditions with a negated other one using
the
Operator.OR
operator and proceed to the next step.
Combine the currently assembled conditions with a negated other one using
the
Operator.OR
operator and proceed to the next step.
Combine the currently assembled conditions with a NOT EXISTS clause using
the
Operator.OR
operator and proceed to the next step.
Add a WHERE
clause to the INSERT
statement's
ON DUPLICATE KEY UPDATE
or ON CONFLICT ...
Add a WHERE
clause to the INSERT
statement's
ON DUPLICATE KEY UPDATE
or ON CONFLICT ...
Add a WHERE
clause to the INSERT
statement's
ON DUPLICATE KEY UPDATE
or ON CONFLICT ...
Add a WHERE
clause to the INSERT
statement's
ON DUPLICATE KEY UPDATE
or ON CONFLICT ...
Add a WHERE
clause to the INSERT
statement's
ON DUPLICATE KEY UPDATE
or ON CONFLICT ...
Add a WHERE
clause to the INSERT
statement's
ON DUPLICATE KEY UPDATE
or ON CONFLICT ...
Add a WHERE
clause to the INSERT
statement's
ON DUPLICATE KEY UPDATE
or ON CONFLICT ...
InsertOnConflictWhereStep.where(SQL sql)
Add a WHERE
clause to the INSERT
statement's
ON DUPLICATE KEY UPDATE
or ON CONFLICT ...
Add a WHERE EXISTS
clause to the INSERT
statement's
ON DUPLICATE KEY UPDATE
or ON CONFLICT ...
Add a WHERE NOT EXISTS
clause to the INSERT
statement's
ON DUPLICATE KEY UPDATE
or ON CONFLICT ...