Package | Description |
---|---|
org.teiid.language | |
org.teiid.language.visitor |
Modifier and Type | Method and Description |
---|---|
SetQuery.Operation |
SetQuery.getOperation() |
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 |
---|---|
SetQuery |
LanguageFactory.createSetOp(SetQuery.Operation operation,
boolean all,
QueryExpression leftQuery,
QueryExpression rightQuery,
OrderBy orderBy,
Limit limit) |
void |
SetQuery.setOperation(SetQuery.Operation operation) |
Modifier and Type | Method and Description |
---|---|
protected void |
SQLStringVisitor.appendSetOperation(SetQuery.Operation operation) |
Copyright © 2020. All rights reserved.