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.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 |
---|---|
LowerCase |
QueryObjectModelFactory.lowerCase(DynamicOperand operand) |
Modifier and Type | Method and Description |
---|---|
void |
Visitors.AbstractVisitor.visit(LowerCase obj) |
void |
Visitors.WalkAllVisitor.visit(LowerCase lowerCase) |
void |
Visitors.ReadableVisitor.visit(LowerCase lowerCase) |
void |
Visitor.visit(LowerCase obj) |
Modifier and Type | Method and Description |
---|---|
protected LowerCase |
BasicSqlQueryParser.lowerCase(DynamicOperand operand) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.visit(LowerCase obj) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
IndexUsage.applies(LowerCase operand) |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.