T - The builder type that is returned on terminal operationspublic interface WhereAndBuilder<T> extends BaseWhereBuilder<WhereAndBuilder<T>>
| Modifier and Type | Method and 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, whereNotExists, whereSimpleCase, whereSubquery, whereSubqueryT endAnd()
T.WhereOrBuilder<WhereAndBuilder<T>> whereOr()
Copyright © 2016 Blazebit. All Rights Reserved.