T
- The builder type that is returned on terminal operationspublic interface QuantifiableBinaryPredicateBuilder<T> extends BinaryPredicateBuilder<T>, SubqueryInitiator<T>
SubqueryInitiator
.Modifier and Type | Method and Description |
---|---|
SubqueryInitiator<T> |
all()
Starts a
SubqueryInitiator for the right hand side of a predicate that uses the ALL quantor. |
SubqueryInitiator<T> |
any()
Starts a
SubqueryInitiator for the right hand side of a predicate that uses the ANY quantor. |
caseWhen, caseWhenAnd, caseWhenExists, caseWhenNotExists, caseWhenOr, caseWhenSubqueries, caseWhenSubquery, caseWhenSubquery, expression, simpleCase, subqueries, value
SubqueryInitiator<T> all()
SubqueryInitiator
for the right hand side of a predicate that uses the ALL quantor.
When the builder finishes, the predicate is added to the parent predicate container represented by the type T
.SubqueryInitiator<T> any()
SubqueryInitiator
for the right hand side of a predicate that uses the ANY quantor.
When the builder finishes, the predicate is added to the parent predicate container represented by the type T
.Copyright © 2016 Blazebit. All Rights Reserved.