DEFAULT_COL, DEFAULT_NS
Constructor and Description |
---|
WhereDirective() |
Modifier and Type | Method and Description |
---|---|
WhereDirective |
and(java.lang.String c1,
java.lang.String comp,
java.lang.String c2) |
WhereDirective |
and(WhereDirective d) |
abstract boolean |
includeRow(QueryContext context,
ResultRow input) |
WhereDirective |
not() |
WhereDirective |
or(java.lang.String c1,
java.lang.String comp,
java.lang.String c2) |
WhereDirective |
or(WhereDirective d) |
ResultRow |
processRow(QueryContext context,
ResultRow input) |
queryIterator
as, as, debugString, debugString, debugStringInner, debugStringInner, debugStringInner, debugStringParams, debugStringParams, doQuery, endQuery, from, from, from, from, from, from, from, from, from, from, getStandardAddonHints, getStandardAddonHints, isStatic, join, main, of, query, startQuery, to, to, to, to, to, where, where
public ResultRow processRow(QueryContext context, ResultRow input) throws QueryException
processRow
in class FilterDirective
QueryException
public abstract boolean includeRow(QueryContext context, ResultRow input) throws QueryException
QueryException
public WhereDirective and(WhereDirective d)
public WhereDirective and(java.lang.String c1, java.lang.String comp, java.lang.String c2)
public WhereDirective or(WhereDirective d)
public WhereDirective or(java.lang.String c1, java.lang.String comp, java.lang.String c2)
public WhereDirective not()
Copyright 2004-2015 Wandora Team