|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryResult | |
---|---|
story.dbcore.parameters |
Uses of QueryResult in story.dbcore.parameters |
---|
Methods in story.dbcore.parameters that return QueryResult | |
---|---|
QueryResult |
QueryResultSet.getResult()
Get the first result, for an undefined ordering. |
Methods in story.dbcore.parameters with parameters of type QueryResult | |
---|---|
void |
QueryResultSet.add(QueryResult result)
|
void |
QueryResultSet.remove(QueryResult result)
Remove a QueryResult from the set. |
Constructors in story.dbcore.parameters with parameters of type QueryResult | |
---|---|
QueryResult(SymbolTable references,
QueryResult core,
java.lang.Object newElement)
Constructor with a core QueryResult and a new element. |
|
QueryResult(SymbolTable references,
QueryResult lower,
QueryResult upper)
Constructor that concatentates two other QueryResults. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |