Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
org.modeshape.jcr.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. |
Modifier and Type | Method and Description |
---|---|
QueryResults.TupleReformatter |
QueryResults.Columns.getTupleReformatter()
Get the reducer that converts a tuple of the form described by the wrapped columns format to this columns format.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
QueryResultColumns.WrappedReformatter |
Modifier and Type | Field and Description |
---|---|
protected List<QueryResults.TupleReformatter> |
SetOperationComponent.sourceReformatters |
Modifier and Type | Method and Description |
---|---|
QueryResults.TupleReformatter |
QueryResultColumns.getTupleReformatter() |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.