Class and Description |
---|
ArrayAddExpression
Array append and insert operations
|
ArrayComparisonExpression
Base class for array contains and array match expressions
|
ArrayContainsExpression
Query of the form
|
ArrayMatchExpression
Represents a query of the form
|
ArrayProjection |
ArrayUpdateExpression
Base class for array update expressions
|
BasicProjection
Base class for field and array projections
|
BinaryComparisonOperator
Comparison operators
|
BinaryRelationalExpression
Base class for all binary relational expression
|
ComparisonExpression
Base class for comparison expressions
|
CompositeSortKey
Represents a composite sort key
|
ContainsOperator |
FieldAndRValue
Represents a field and rvalue
|
FieldProjection |
ForEachExpression
Array forEach expression
|
ForEachUpdateExpression
Base class for update expressions that can be used in for-each clauses
|
LogicalExpression
Base class for unary and nary logical expressions
|
NaryLogicalExpression
Represents a query of the form
|
NaryLogicalOperator
N-ary logical operators: and, or
|
NaryRelationalExpression
Represents a query of the form
|
NaryRelationalOperator
N-ary relational operator definitions
|
PartialUpdateExpression
Base class for update expressions
|
PrimitiveUpdateExpression
Base class for primitive update expressions
|
Projection
Base class for all projection objects
|
ProjectionList
Represents a list of projections
|
QueryExpression
Base class for all query expressions
|
RegexMatchExpression
Represents a regular expression match query of the form
|
RelationalExpression
Base class for all relational expression
|
RValueExpression
Expression that can be on the right side of an assignment operator.
|
RValueExpression.RValueType |
SetExpression
Expression to modify a field (set and add)
|
Sort
Base class for Sort objects.
|
SortKey
Represents a sort key of the form:
|
UnaryLogicalExpression
Expression of the form
|
UnaryLogicalOperator
Unary logical operators (not)
|
UnsetExpression
Expression to remove a field
|
UpdateExpression
Base class for update expressions
|
UpdateExpressionList
Represents a list of partial update expressions
|
UpdateOperator
Update operators
|
UpdateQueryExpression
Abstract base class for query expressions that can be used in for-each
clauses
|
Value
Wrapper for primitive values in queries.
|
Copyright © 2014. All rights reserved.