public class Contains extends WhereDirective implements DirectiveUIHints.Provider
| Modifier and Type | Field and Description |
|---|---|
private boolean |
caseInsensitive |
private Operand |
operand1 |
private Operand |
operand2 |
DEFAULT_COL, DEFAULT_NS| Constructor and Description |
|---|
Contains() |
Contains(java.lang.Object operand2) |
Contains(java.lang.Object operand1,
java.lang.Object operand2) |
Contains(java.lang.Object operand1,
java.lang.Object operand2,
boolean caseInsensitive) |
| Modifier and Type | Method and Description |
|---|---|
void |
endQuery(QueryContext context)
Signals end of query and performs any cleanup that may be needed.
|
DirectiveUIHints |
getUIHints() |
boolean |
includeRow(QueryContext context,
ResultRow row) |
boolean |
startQuery(QueryContext context)
Prepares the query for execution.
|
and, and, not, or, or, processRowqueryIteratoras, as, debugString, debugString, debugStringInner, debugStringInner, debugStringInner, debugStringParams, 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 Operand operand1
private Operand operand2
private boolean caseInsensitive
public Contains()
public Contains(java.lang.Object operand2)
public Contains(java.lang.Object operand1,
java.lang.Object operand2)
public Contains(java.lang.Object operand1,
java.lang.Object operand2,
boolean caseInsensitive)
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 row) throws QueryException
includeRow in class WhereDirectiveQueryExceptionCopyright 2004-2015 Wandora Team