Package | Description |
---|---|
com.socrata.model.soql |
The model objects (nouns) used for defining SoQL operations.
|
Modifier and Type | Field and Description |
---|---|
CompositeOperations |
CompositeExpression.ops |
Modifier and Type | Method and Description |
---|---|
static CompositeOperations |
CompositeOperations.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompositeOperations[] |
CompositeOperations.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CompositeExpression(CompositeOperations ops,
List<Expression> children)
Constructor.
|
Copyright © 2013. All Rights Reserved.