| AndImpl |
An AND condition.
|
| AstVisitor |
A visitor to access all elements.
|
| BindVariableValueImpl |
A bind variable.
|
| ChildNodeImpl |
The "ischildnode(...)" condition.
|
| ChildNodeJoinConditionImpl |
The "ischildnode(...)" join condition.
|
| CoalesceImpl |
The function "coalesce(..)".
|
| ColumnImpl |
A result column expression.
|
| ComparisonImpl |
A comparison operation (including "like").
|
| ConstraintImpl |
The base class for constraints.
|
| DescendantNodeImpl |
The "isdescendantnode(...)" condition.
|
| DescendantNodeJoinConditionImpl |
The "isdescendantnode(...)" join condition.
|
| DynamicOperandImpl |
The base class for dynamic operands (such as a function or property).
|
| EquiJoinConditionImpl |
The "a.x = b.y" join condition.
|
| FirstImpl |
The function "first(..)".
|
| FullTextSearchImpl |
A fulltext "contains(...)" condition.
|
| FullTextSearchScoreImpl |
A fulltext search score expression.
|
| InImpl |
A "in" comparison operation.
|
| JoinConditionImpl |
The base class for join conditions.
|
| JoinImpl |
A join.
|
| JoinType |
The enumeration of all join types.
|
| LengthImpl |
The function "length(..)".
|
| LiteralImpl |
A literal of a certain data type, possibly "cast(..)" of a literal.
|
| LowerCaseImpl |
The function "lower(..)".
|
| NativeFunctionImpl |
A native function condition.
|
| NodeLocalNameImpl |
The function "localname(..)".
|
| NodeNameImpl |
The function "name(..)".
|
| NodeTypeInfo |
A nodetype info mechanism.
|
| NotImpl |
A "not" condition.
|
| Operator |
The enumeration of all operators.
|
| Order |
The enumeration of query column orders (ascending and descending).
|
| OrderingImpl |
An element of an "order by" list.
|
| OrImpl |
An "or" condition.
|
| PathImpl |
The function "path(..)".
|
| PropertyExistenceImpl |
A condition to check if the property exists ("is not null").
|
| PropertyInexistenceImpl |
A condition to check if the property does not exist ("is null").
|
| PropertyValueImpl |
A property expression.
|
| SameNodeImpl |
The function "issamenode(..)".
|
| SameNodeJoinConditionImpl |
The "issamenode(...)" join condition.
|
| SelectorImpl |
A selector within a query.
|
| SimilarImpl |
Support for "similar(...)
|
| SourceImpl |
The base class of a selector and a join.
|
| SpellcheckImpl |
Support for "spellcheck(...)
|
| StaticOperandImpl |
The base class for static operands (literal, bind variables).
|
| SuggestImpl |
Support for "suggest(...)
|
| UpperCaseImpl |
The function "upper(..)".
|