Interface Condition
- All Superinterfaces:
SqlElement
- All Known Implementing Classes:
BetweenCondition, CombinedCondition, ComparisonCondition, ExistsCondition, InCondition, NotCondition, NullCondition, RawCondition
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A boolean SQL expression.
Conditions make up the WHERE-, HAVING- and ON-clauses.
They are immutable and thus can be shared between queries and threads.
- Author:
- harald
-
Method Summary
Methods inherited from interface SqlElement
render
-
Method Details
-
and
-
or
-
not
-