|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryResults | |
---|---|
org.modeshape.graph | The ModeShape Graph API defines the types that allow you to work with content organized as a graph. |
org.modeshape.graph.connector.base | This package defines a series of classes that can serve as base classes for a connector implementation. |
org.modeshape.graph.connector.map | The MapRepository class and its supporting classes provide a default implementation of the connector
classes for connectors that support the transient or persistent mapping of a UUID to a standard
representation of a node . |
org.modeshape.graph.connector.path | The PathRepository class and its supporting classes provide a default read-only implementation of the connector
classes for connectors that only support path-based access to a standard
representation of a node . |
org.modeshape.graph.query | The Query API provides a mechanism for building and executing queries. |
org.modeshape.graph.query.process | This package defines the QueryProcessor interface, which is responsible for constructing for each query
a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of
the query and returning the tuples to the parent component. |
org.modeshape.jcr.query |
Uses of QueryResults in org.modeshape.graph |
---|
Methods in org.modeshape.graph that return QueryResults | |
---|---|
QueryResults |
Graph.BuildQuery.execute()
Execute the query and get the results. |
QueryResults |
Graph.search(String fullTextSearchExpression,
int maxResults,
int offset)
Search the current workspace using the supplied full-text search expression. |
Uses of QueryResults in org.modeshape.graph.connector.base |
---|
Methods in org.modeshape.graph.connector.base that return QueryResults | |
---|---|
QueryResults |
Transaction.query(WorkspaceType workspace,
AccessQueryRequest accessQuery)
Perform a query of this workspace. |
QueryResults |
PathTransaction.query(WorkspaceType workspace,
AccessQueryRequest accessQuery)
Perform a query of this workspace. |
QueryResults |
MapTransaction.query(WorkspaceType workspace,
AccessQueryRequest accessQuery)
Perform a query of this workspace. |
QueryResults |
Transaction.search(WorkspaceType workspace,
FullTextSearchRequest search)
Perform a full-text search of this workspace. |
QueryResults |
PathTransaction.search(WorkspaceType workspace,
FullTextSearchRequest search)
Perform a full-text search of this workspace. |
QueryResults |
MapTransaction.search(WorkspaceType workspace,
FullTextSearchRequest search)
Perform a full-text search of this workspace. |
Uses of QueryResults in org.modeshape.graph.connector.map |
---|
Methods in org.modeshape.graph.connector.map that return QueryResults | |
---|---|
QueryResults |
MapWorkspace.query(ExecutionContext context,
AccessQueryRequest accessQuery)
Perform a query of this workspace. |
QueryResults |
AbstractMapWorkspace.query(ExecutionContext context,
AccessQueryRequest accessQuery)
Perform a query of this workspace. |
QueryResults |
MapWorkspace.search(ExecutionContext context,
String fullTextSearchExpression)
Perform a full-text search of this workspace. |
QueryResults |
AbstractMapWorkspace.search(ExecutionContext context,
String fullTextSearchExpression)
Perform a full-text search of this workspace. |
Uses of QueryResults in org.modeshape.graph.connector.path |
---|
Methods in org.modeshape.graph.connector.path that return QueryResults | |
---|---|
QueryResults |
PathWorkspace.query(ExecutionContext context,
AccessQueryRequest accessQuery)
Perform a query of this workspace. |
QueryResults |
AbstractWritablePathWorkspace.query(ExecutionContext context,
AccessQueryRequest accessQuery)
|
QueryResults |
PathWorkspace.search(ExecutionContext context,
String fullTextSearchExpression)
Perform a full-text search of this workspace. |
QueryResults |
AbstractWritablePathWorkspace.search(ExecutionContext context,
String fullTextSearchExpression)
|
Uses of QueryResults in org.modeshape.graph.query |
---|
Methods in org.modeshape.graph.query that return QueryResults | |
---|---|
QueryResults |
QueryEngine.execute(QueryContext context,
QueryCommand query)
Execute the supplied query by planning, optimizing, and then processing it. |
QueryResults |
Queryable.execute(QueryContext context,
QueryCommand query)
Execute the supplied query by planning, optimizing, and then processing it. |
Uses of QueryResults in org.modeshape.graph.query.process |
---|
Classes in org.modeshape.graph.query.process that implement QueryResults | |
---|---|
class |
QueryResults
The resulting output of a query. |
Methods in org.modeshape.graph.query.process that return QueryResults | |
---|---|
QueryResults |
QueryProcessor.execute(QueryContext context,
QueryCommand command,
QueryResults.Statistics statistics,
PlanNode plan)
Process the supplied query plan for the given command and return the results. |
QueryResults |
Processor.execute(QueryContext context,
QueryCommand command,
QueryResults.Statistics statistics,
PlanNode plan)
Process the supplied query plan for the given command and return the results. |
Uses of QueryResults in org.modeshape.jcr.query |
---|
Fields in org.modeshape.jcr.query declared as QueryResults | |
---|---|
protected QueryResults |
JcrQueryResult.results
|
Methods in org.modeshape.jcr.query that return QueryResults | |
---|---|
QueryResults |
JcrQueryContext.execute(QueryCommand query,
PlanHints hints,
Map<String,Object> variables)
|
protected QueryResults |
JcrQueryResult.results()
|
QueryResults |
JcrQueryContext.search(String searchExpression,
int maxRowCount,
int offset)
|
Constructors in org.modeshape.jcr.query with parameters of type QueryResults | |
---|---|
JcrQueryResult.QueryResultRowIterator(JcrQueryContext context,
String query,
QueryResults results,
Iterator<Object[]> tuples,
long numRows)
|
|
JcrQueryResult.SingleSelectorQueryResultRowIterator(JcrQueryContext context,
String query,
QueryResults results,
Iterator<Object[]> tuples,
long numRows)
|
|
JcrQueryResult(JcrQueryContext context,
String query,
QueryResults graphResults,
Schemata schemata)
|
|
JcrSqlQueryResult(JcrQueryContext context,
String query,
QueryResults graphResults,
Schemata schemata)
|
|
XPathQueryResult.XPathQueryResultRowIterator(JcrQueryContext context,
String query,
QueryResults results,
Iterator<Object[]> tuples,
long numRows)
|
|
XPathQueryResult(JcrQueryContext context,
String query,
QueryResults graphResults,
Schemata schemata)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |