public class Occurrence extends Directive implements DirectiveUIHints.Provider
Modifier and Type | Field and Description |
---|---|
private TopicOperand |
type |
private TopicOperand |
version |
DEFAULT_COL, DEFAULT_NS
Constructor and Description |
---|
Occurrence() |
Occurrence(java.lang.Object type) |
Occurrence(java.lang.Object type,
java.lang.Object version) |
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, where
private TopicOperand type
private TopicOperand version
public Occurrence()
public Occurrence(java.lang.Object type)
public Occurrence(java.lang.Object type, java.lang.Object version)
public DirectiveUIHints getUIHints()
getUIHints
in interface DirectiveUIHints.Provider
public boolean startQuery(QueryContext context) throws QueryException
Directive
startQuery
in class Directive
QueryException
public void endQuery(QueryContext context) throws QueryException
Directive
endQuery
in class Directive
QueryException
public ResultIterator queryIterator(QueryContext context, ResultRow input) throws QueryException
Directive
queryIterator
in class Directive
QueryException
Copyright 2004-2015 Wandora Team