| Package | Description |
|---|---|
| org.teiid.query.optimizer.relational.rules | |
| org.teiid.query.sql.lang |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CapabilitiesUtil.supportsSetOp(Object modelID,
SetQuery.Operation setOp,
QueryMetadataInterface metadata,
CapabilitiesFinder capFinder) |
| Modifier and Type | Method and Description |
|---|---|
SetQuery.Operation |
SetQuery.getOperation()
Get operation for this set
|
static SetQuery.Operation |
SetQuery.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetQuery.Operation[] |
SetQuery.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SetQuery.setOperation(SetQuery.Operation operation)
Set type of operation
|
| Constructor and Description |
|---|
SetQuery(SetQuery.Operation operation)
Construct query with operation type
|
SetQuery(SetQuery.Operation operation,
boolean all,
QueryCommand leftQuery,
QueryCommand rightQuery) |
Copyright © 2019. All rights reserved.