|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SetQuery.Operation | |
|---|---|
| org.teiid.language | |
| org.teiid.language.visitor | |
| Uses of SetQuery.Operation in org.teiid.language |
|---|
| Methods in org.teiid.language that return SetQuery.Operation | |
|---|---|
SetQuery.Operation |
SetQuery.getOperation()
|
static SetQuery.Operation |
SetQuery.Operation.valueOf(java.lang.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. |
| Methods in org.teiid.language with parameters of type SetQuery.Operation | |
|---|---|
SetQuery |
LanguageFactory.createSetOp(SetQuery.Operation operation,
boolean all,
QueryExpression leftQuery,
QueryExpression rightQuery,
OrderBy orderBy,
Limit limit)
|
void |
SetQuery.setOperation(SetQuery.Operation operation)
|
| Uses of SetQuery.Operation in org.teiid.language.visitor |
|---|
| Methods in org.teiid.language.visitor with parameters of type SetQuery.Operation | |
|---|---|
protected void |
SQLStringVisitor.appendSetOperation(SetQuery.Operation operation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||