public static class QueryBuilderUtil.OrPredicate extends QueryBuilderUtil.ComplexPredicate
negate, predicatesdescription, id, TAB| Constructor and Description |
|---|
QueryBuilderUtil.OrPredicate()
Constructor.
|
QueryBuilderUtil.OrPredicate(String id,
String description,
boolean negate)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
QueryBuilderUtil.OrPredicate |
or(QueryBuilderUtil.Predicate predicate)
Add predicate to OR clause.
|
String |
toSql(String indent,
org.openmdx.base.naming.Path accessPath,
String tableAlias)
Format predicate as SQL clause.
|
addPredicate, findPredicate, getPredicates, isNegate, removePredicate, setNegate, setPredicatesfromXML, getDescription, getId, setDescription, setId, toXMLpublic QueryBuilderUtil.OrPredicate or(QueryBuilderUtil.Predicate predicate)
predicate - public String toSql(String indent, org.openmdx.base.naming.Path accessPath, String tableAlias) throws org.openmdx.base.exception.ServiceException
QueryBuilderUtil.PredicatetoSql in class QueryBuilderUtil.Predicateorg.openmdx.base.exception.ServiceExceptionThis software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.