|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SetQuery | |
|---|---|
| org.teiid.query.optimizer.relational | |
| org.teiid.query.sql | |
| org.teiid.query.sql.navigator | |
| org.teiid.query.sql.visitor | |
| org.teiid.query.validator | |
| Uses of SetQuery in org.teiid.query.optimizer.relational |
|---|
| Methods in org.teiid.query.optimizer.relational with parameters of type SetQuery | |
|---|---|
void |
AliasGenerator.visit(SetQuery obj)
visit the branches other than the first with individual naming contexts Aliases are being added in all cases, even though they may only be needed in the order by case. |
| Uses of SetQuery in org.teiid.query.sql |
|---|
| Methods in org.teiid.query.sql with parameters of type SetQuery | |
|---|---|
void |
LanguageVisitor.visit(SetQuery obj)
|
| Uses of SetQuery in org.teiid.query.sql.navigator |
|---|
| Methods in org.teiid.query.sql.navigator with parameters of type SetQuery | |
|---|---|
void |
PreOrPostOrderNavigator.visit(SetQuery obj)
|
| Uses of SetQuery in org.teiid.query.sql.visitor |
|---|
| Methods in org.teiid.query.sql.visitor with parameters of type SetQuery | |
|---|---|
protected void |
SQLStringVisitor.appendSetQuery(SetQuery parent,
QueryCommand obj,
boolean right)
|
void |
SQLStringVisitor.visit(SetQuery obj)
|
| Uses of SetQuery in org.teiid.query.validator |
|---|
| Methods in org.teiid.query.validator with parameters of type SetQuery | |
|---|---|
protected void |
ValidationVisitor.validateSetQuery(SetQuery query)
|
void |
UpdateValidationVisitor.visit(SetQuery obj)
The command being visited should never be a SetQuery object, this method reports a
validation error if this mehod is visited. |
void |
ValidationVisitor.visit(SetQuery obj)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||