See: Description
| Interface | Description |
|---|---|
| Expression |
Logically, any objects deriving from this interface will be an expression for a where clause.
|
| Class | Description |
|---|---|
| CompositeExpression |
An expression that combines multiple expressions with either an "AND" or an "OR"
operation.
|
| ConditionalExpression |
The conditional expressions to actually get evaluated against rows.
|
| OrderByClause |
Class that describes a sort order.
|
| SoqlQuery |
represents a SoQL query
|
| Enum | Description |
|---|---|
| CompositeOperations |
Operations allowed for combining operations.
|
| SoqlClauses |
Enumerates all the SoQL clauses.
|
| SortOrder |
Copyright © 2013. All Rights Reserved.