public class Variant extends Directive implements DirectiveUIHints.Provider
| Modifier and Type | Field and Description |
|---|---|
private TopicOperand |
lang |
private TopicOperand |
type |
DEFAULT_COL, DEFAULT_NS| Constructor and Description |
|---|
Variant() |
Variant(java.lang.Object type) |
Variant(java.lang.Object type,
java.lang.Object lang) |
| Modifier and Type | Method and Description |
|---|---|
void |
endQuery(QueryContext context)
Signals end of query and performs any cleanup that may be needed.
|
DirectiveUIHints |
getUIHints() |
ResultIterator |
queryIterator(QueryContext context,
ResultRow input)
You must call startQuery before calling this and endQuery after you are
done with the result iterator.
|
boolean |
startQuery(QueryContext context)
Prepares the query for execution.
|
as, 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 TopicOperand lang
private TopicOperand type
public Variant()
public Variant(java.lang.Object type)
public Variant(java.lang.Object type,
java.lang.Object lang)
public DirectiveUIHints getUIHints()
getUIHints in interface DirectiveUIHints.Providerpublic boolean startQuery(QueryContext context) throws QueryException
DirectivestartQuery in class DirectiveQueryExceptionpublic void endQuery(QueryContext context) throws QueryException
DirectiveendQuery in class DirectiveQueryExceptionpublic ResultIterator queryIterator(QueryContext context, ResultRow input) throws QueryException
DirectivequeryIterator in class DirectiveQueryExceptionCopyright 2004-2015 Wandora Team