|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JoinType | |
---|---|
org.modeshape.jcr.query | The Query API provides a mechanism for building and executing queries. |
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.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. |
Uses of JoinType in org.modeshape.jcr.query |
---|
Constructors in org.modeshape.jcr.query with parameters of type JoinType | |
---|---|
QueryBuilder.JoinClause(NamedSelector rightTable,
JoinType type)
|
Uses of JoinType in org.modeshape.jcr.query.model |
---|
Methods in org.modeshape.jcr.query.model that return JoinType | |
---|---|
static JoinType |
JoinType.forSymbol(String symbol)
Attempt to find the JoinType given a symbol. |
JoinType |
Join.type()
Get the type of join. |
static JoinType |
JoinType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JoinType[] |
JoinType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.modeshape.jcr.query.model with parameters of type JoinType | |
---|---|
Join(Source left,
JoinType type,
Source right,
JoinCondition joinCondition)
Create a join of the left and right sources, using the supplied join condition. |
Uses of JoinType in org.modeshape.jcr.query.parse |
---|
Methods in org.modeshape.jcr.query.parse with parameters of type JoinType | |
---|---|
protected Join |
BasicSqlQueryParser.join(Source left,
JoinType joinType,
Source right,
JoinCondition joinCondition)
|
Uses of JoinType in org.modeshape.jcr.query.process |
---|
Methods in org.modeshape.jcr.query.process that return JoinType | |
---|---|
JoinType |
JoinComponent.getJoinType()
Get the type of join this processor represents. |
Constructors in org.modeshape.jcr.query.process with parameters of type JoinType | |
---|---|
JoinComponent(QueryContext context,
ProcessingComponent left,
ProcessingComponent right,
JoinCondition condition,
JoinType joinType)
|
|
MergeJoinComponent(QueryContext context,
ProcessingComponent left,
ProcessingComponent right,
ChildNodeJoinCondition condition,
JoinType joinType)
|
|
MergeJoinComponent(QueryContext context,
ProcessingComponent left,
ProcessingComponent right,
EquiJoinCondition condition,
JoinType joinType)
|
|
MergeJoinComponent(QueryContext context,
ProcessingComponent left,
ProcessingComponent right,
SameNodeJoinCondition condition,
JoinType joinType)
|
|
NestedLoopJoinComponent(QueryContext context,
ProcessingComponent left,
ProcessingComponent right,
JoinCondition condition,
JoinType joinType)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |