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, caseWhenSubquery, caseWhenSubquery, expression, simpleCase, valuefrom, from, startSetSubqueryInitiator<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 © 2015 Blazebit. All Rights Reserved.