T - The builder type that is returned on terminal operationsBaseWhereBuilder<WhereAndBuilder<T>>public interface WhereAndBuilder<T> extends BaseWhereBuilder<WhereAndBuilder<T>>
| Modifier and Type | Method | Description |
|---|---|---|
T |
endAnd() |
Finishes the AND predicate and adds it to the parent predicate container represented by the type
T. |
WhereOrBuilder<WhereAndBuilder<T>> |
whereOr() |
Starts a where or builder which connects it's predicates with the OR operator.
|
where, whereCase, whereExists, whereExists, whereExpression, whereExpressionSubqueries, whereNotExists, whereNotExists, whereSimpleCase, whereSubqueries, whereSubquery, whereSubquery, whereSubquery, whereSubqueryT endAnd()
T.WhereOrBuilder<WhereAndBuilder<T>> whereOr()
Copyright © 2014–2020 Blazebit. All rights reserved.