Package | Description |
---|---|
org.modeshape.jcr.query.model |
The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query.
|
org.modeshape.jcr.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.plan |
This package defines the
Planner interface, the CanonicalPlanner implementation, and the
PlanNode class that is used to represent a canonical query plan. |
org.modeshape.jcr.query.validate |
This package provides the interfaces that define the tables and columns that can be queried.
|
org.modeshape.jcr.spi.index.provider |
This package contains the Service Provider Interface (SPI) for custom index providers, which are components that encapsulate
how ModeShape updates and uses a set of particular indexes.
|
Modifier and Type | Method and Description |
---|---|
PropertyValue |
Relike.getOperand2() |
PropertyValue |
Length.getPropertyValue() |
PropertyValue |
QueryObjectModelFactory.propertyValue(String selectorName,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(PropertyValue obj) |
void |
Visitors.WalkAllVisitor.visit(PropertyValue propertyValue) |
void |
Visitors.ReadableVisitor.visit(PropertyValue value) |
void |
Visitor.visit(PropertyValue obj) |
Constructor and Description |
---|
Length(PropertyValue propertyValue)
Create a dynamic operand that evaluates to the length of the supplied property values.
|
Relike(StaticOperand operand1,
PropertyValue operand2) |
Modifier and Type | Method and Description |
---|---|
protected PropertyValue |
BasicSqlQueryParser.parsePropertyValue(TokenStream tokens,
TypeSystem typeSystem,
Source source) |
protected PropertyValue |
BasicSqlQueryParser.propertyValue(SelectorName selector,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
protected Length |
BasicSqlQueryParser.length(PropertyValue propertyValue) |
Modifier and Type | Method and Description |
---|---|
protected static PropertyValue |
PlanUtil.replaceAliasesWithProperties(QueryContext context,
PropertyValue value,
Map<String,String> propertyByAlias) |
Modifier and Type | Method and Description |
---|---|
protected static PropertyValue |
PlanUtil.replaceAliasesWithProperties(QueryContext context,
PropertyValue value,
Map<String,String> propertyByAlias) |
void |
PlanUtil.RequiredColumnVisitor.visit(PropertyValue value) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.visit(PropertyValue obj) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IndexUsage.applies(PropertyValue operand) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.