|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryResultSet | |
---|---|
story.dbcore.admin | |
story.dbcore.parameters | |
story.scheherazade.parameters |
Uses of QueryResultSet in story.dbcore.admin |
---|
Methods in story.dbcore.admin that return QueryResultSet | |
---|---|
QueryResultSet |
DBCAccessor.query(ParameterSet params)
Execute a query over the open Document. |
Uses of QueryResultSet in story.dbcore.parameters |
---|
Methods in story.dbcore.parameters that return QueryResultSet | |
---|---|
static QueryResultSet |
QueryResultSet.dotProduct(QueryResultSet first,
QueryResultSet second)
Create a new QueryResultSet that is a dot product of two other sets, i.e., all the results from the first are combined with all the results from the second, with ordering preserved. |
QueryResultSet |
QueryResultSet.makeCopy()
Make a shallow copy of the QueryResultSet. |
static QueryResultSet |
QueryResultSet.union(QueryResultSet first,
QueryResultSet second)
Create a new QueryResultSet that is a union of two other sets. |
Methods in story.dbcore.parameters with parameters of type QueryResultSet | |
---|---|
void |
QueryResultSet.add(QueryResultSet otherResults)
|
static QueryResultSet |
QueryResultSet.dotProduct(QueryResultSet first,
QueryResultSet second)
Create a new QueryResultSet that is a dot product of two other sets, i.e., all the results from the first are combined with all the results from the second, with ordering preserved. |
static QueryResultSet |
QueryResultSet.union(QueryResultSet first,
QueryResultSet second)
Create a new QueryResultSet that is a union of two other sets. |
Uses of QueryResultSet in story.scheherazade.parameters |
---|
Constructors in story.scheherazade.parameters with parameters of type QueryResultSet | |
---|---|
SCHQueryResultSet(Timeline timelineHandler,
StoryQuery query,
QueryResultSet in)
Construct a new SCHQueryResultSet object from a DBCore QueryResultSet and the SCHParameters used to issue the query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |