This package contains jOOQ's public API.
-
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.
SelectConditionStep.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.
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.
SelectConditionStep.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 query.
Add a WHERE
clause to the query.
Add a WHERE
clause to the query.
Add a
WHERE
clause to the query, connecting them with each
other with
Operator.AND
.
Add a
WHERE
clause to the query, connecting them with each
other with
Operator.AND
.
Add a
WHERE
clause to the query, connecting them with each
other with
Operator.AND
.
Add a WHERE
clause to the query.
Add a WHERE
clause to the query.
Add a WHERE EXISTS
clause to the query.
Add a WHERE NOT EXISTS
clause to the query.