|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SetClause | |
|---|---|
| org.teiid.language | |
| org.teiid.language.visitor | |
| Uses of SetClause in org.teiid.language |
|---|
| Methods in org.teiid.language that return SetClause | |
|---|---|
SetClause |
LanguageFactory.createSetClause(ColumnReference symbol,
Expression value)
|
| Methods in org.teiid.language that return types with arguments of type SetClause | |
|---|---|
java.util.List<SetClause> |
Update.getChanges()
|
| Method parameters in org.teiid.language with type arguments of type SetClause | |
|---|---|
Update |
LanguageFactory.createUpdate(NamedTable group,
java.util.List<SetClause> updates,
Condition criteria)
|
void |
Update.setChanges(java.util.List<SetClause> changes)
|
| Constructor parameters in org.teiid.language with type arguments of type SetClause | |
|---|---|
Update(NamedTable group,
java.util.List<SetClause> changes,
Condition criteria)
|
|
| Uses of SetClause in org.teiid.language.visitor |
|---|
| Methods in org.teiid.language.visitor with parameters of type SetClause | |
|---|---|
void |
LanguageObjectVisitor.visit(SetClause obj)
|
void |
AbstractLanguageVisitor.visit(SetClause obj)
|
void |
HierarchyVisitor.visit(SetClause obj)
|
void |
SQLStringVisitor.visit(SetClause clause)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||