|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISetQuery.Operation | |
|---|---|
| org.teiid.connector.language | |
| org.teiid.connector.visitor.util | |
| Uses of ISetQuery.Operation in org.teiid.connector.language |
|---|
| Methods in org.teiid.connector.language that return ISetQuery.Operation | |
|---|---|
ISetQuery.Operation |
ISetQuery.getOperation()
|
static ISetQuery.Operation |
ISetQuery.Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ISetQuery.Operation[] |
ISetQuery.Operation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.teiid.connector.language with parameters of type ISetQuery.Operation | |
|---|---|
ISetQuery |
ILanguageFactory.createSetOp(ISetQuery.Operation operation,
boolean all,
IQueryCommand leftQuery,
IQueryCommand rightQuery,
IOrderBy orderBy,
ILimit limit)
|
void |
ISetQuery.setOperation(ISetQuery.Operation operation)
|
| Uses of ISetQuery.Operation in org.teiid.connector.visitor.util |
|---|
| Methods in org.teiid.connector.visitor.util with parameters of type ISetQuery.Operation | |
|---|---|
protected void |
SQLStringVisitor.appendSetOperation(ISetQuery.Operation operation)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||