|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Order | |
---|---|
org.modeshape.graph.query | The Query API provides a mechanism for building and executing queries. |
org.modeshape.graph.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
org.modeshape.graph.query.parse | This package defines the QueryParser interface, which defines a component that can parse a query represented
in a specific language and produce the corresponding abstract query model representation. |
org.modeshape.jcr.query | |
org.modeshape.jcr.query.qom | |
org.modeshape.jcr.xpath | The components used to parse JCR XPath queries and translate them into equivalent JCR-SQL2 queries. |
Uses of Order in org.modeshape.graph.query |
---|
Constructors in org.modeshape.graph.query with parameters of type Order | |
---|---|
QueryBuilder.SingleOrderByOperandBuilder(QueryBuilder.OrderByBuilder builder,
Order order)
|
Uses of Order in org.modeshape.graph.query.model |
---|
Methods in org.modeshape.graph.query.model that return Order | |
---|---|
static Order |
Order.forSymbol(String symbol)
Attempt to find the Order given a symbol. |
Order |
Ordering.order()
The order type. |
static Order |
Order.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Order[] |
Order.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.modeshape.graph.query.model with parameters of type Order | |
---|---|
Ordering(DynamicOperand operand,
Order order)
Create a new ordering specification, given the supplied operand and order. |
Uses of Order in org.modeshape.graph.query.parse |
---|
Methods in org.modeshape.graph.query.parse with parameters of type Order | |
---|---|
protected Ordering |
SqlQueryParser.ordering(DynamicOperand operand,
Order order)
|
Uses of Order in org.modeshape.jcr.query |
---|
Methods in org.modeshape.jcr.query with parameters of type Order | |
---|---|
protected JcrOrdering |
JcrSql2QueryParser.ordering(DynamicOperand operand,
Order order)
|
Uses of Order in org.modeshape.jcr.query.qom |
---|
Constructors in org.modeshape.jcr.query.qom with parameters of type Order | |
---|---|
JcrOrdering(JcrDynamicOperand operand,
Order order)
Create a new ordering specification, given the supplied operand and order. |
Uses of Order in org.modeshape.jcr.xpath |
---|
Methods in org.modeshape.jcr.xpath that return Order | |
---|---|
Order |
XPath.OrderBySpec.getOrder()
The order for this specification |
Constructors in org.modeshape.jcr.xpath with parameters of type Order | |
---|---|
XPath.OrderBySpec(Order order,
XPath.FunctionCall scoreFunction)
|
|
XPath.OrderBySpec(Order order,
XPath.NameTest attributeName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |