public class Static extends Directive implements DirectiveUIHints.Provider
Modifier and Type | Field and Description |
---|---|
private java.util.ArrayList<ResultRow> |
result |
DEFAULT_COL, DEFAULT_NS
Constructor and Description |
---|
Static() |
Static(java.util.ArrayList<ResultRow> result) |
Static(ResultRow result) |
Static(ResultRow[] result) |
Modifier and Type | Method and Description |
---|---|
DirectiveUIHints |
getUIHints() |
boolean |
isStatic() |
java.util.ArrayList<ResultRow> |
query(QueryContext context,
ResultRow input)
Executes the query buffering all results in a list and returning that.
|
ResultIterator |
queryIterator(QueryContext context,
ResultRow input)
You must call startQuery before calling this and endQuery after you are
done with the result iterator.
|
as, as, debugString, debugString, debugStringInner, debugStringInner, debugStringInner, debugStringParams, debugStringParams, doQuery, endQuery, from, from, from, from, from, from, from, from, from, from, getStandardAddonHints, getStandardAddonHints, join, main, of, startQuery, to, to, to, to, to, where, where
private java.util.ArrayList<ResultRow> result
public Static()
public Static(java.util.ArrayList<ResultRow> result)
public Static(ResultRow result)
public Static(ResultRow[] result)
public DirectiveUIHints getUIHints()
getUIHints
in interface DirectiveUIHints.Provider
public java.util.ArrayList<ResultRow> query(QueryContext context, ResultRow input) throws QueryException
Directive
query
in class Directive
QueryException
public ResultIterator queryIterator(QueryContext context, ResultRow input) throws QueryException
Directive
queryIterator
in class Directive
QueryException
Copyright 2004-2015 Wandora Team