public class Or extends WhereDirective implements DirectiveUIHints.Provider
| Modifier and Type | Field and Description |
|---|---|
private WhereDirective[] |
directives |
DEFAULT_COL, DEFAULT_NS| Constructor and Description |
|---|
Or() |
Or(WhereDirective[] directives) |
Or(WhereDirective d1,
WhereDirective d2) |
Or(WhereDirective d1,
WhereDirective d2,
WhereDirective d3) |
Or(WhereDirective d1,
WhereDirective d2,
WhereDirective d3,
WhereDirective d4) |
Or(WhereDirective d1,
WhereDirective d2,
WhereDirective d3,
WhereDirective d4,
WhereDirective d5) |
Or(WhereDirective d1,
WhereDirective d2,
WhereDirective d3,
WhereDirective d4,
WhereDirective d5,
WhereDirective d6) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
debugStringParams(java.lang.String indent) |
void |
endQuery(QueryContext context)
Signals end of query and performs any cleanup that may be needed.
|
DirectiveUIHints |
getUIHints() |
boolean |
includeRow(QueryContext context,
ResultRow input) |
boolean |
startQuery(QueryContext context)
Prepares the query for execution.
|
and, and, not, or, or, processRowqueryIteratoras, as, debugString, debugString, debugStringInner, debugStringInner, debugStringInner, debugStringParams, doQuery, from, from, from, from, from, from, from, from, from, from, getStandardAddonHints, getStandardAddonHints, isStatic, join, main, of, query, to, to, to, to, to, where, whereprivate WhereDirective[] directives
public Or()
public Or(WhereDirective[] directives)
public Or(WhereDirective d1, WhereDirective d2)
public Or(WhereDirective d1, WhereDirective d2, WhereDirective d3)
public Or(WhereDirective d1, WhereDirective d2, WhereDirective d3, WhereDirective d4)
public Or(WhereDirective d1, WhereDirective d2, WhereDirective d3, WhereDirective d4, WhereDirective d5)
public Or(WhereDirective d1, WhereDirective d2, WhereDirective d3, WhereDirective d4, WhereDirective d5, WhereDirective d6)
public DirectiveUIHints getUIHints()
getUIHints in interface DirectiveUIHints.Providerpublic void endQuery(QueryContext context) throws QueryException
DirectiveendQuery in class DirectiveQueryExceptionpublic boolean startQuery(QueryContext context) throws QueryException
DirectivestartQuery in class DirectiveQueryExceptionpublic boolean includeRow(QueryContext context, ResultRow input) throws QueryException
includeRow in class WhereDirectiveQueryExceptionpublic java.lang.String debugStringParams(java.lang.String indent)
debugStringParams in class DirectiveCopyright 2004-2015 Wandora Team