Uses of Class
org.teiid.language.SetClause
-
Packages that use SetClause Package Description org.teiid.language org.teiid.language.visitor -
-
Uses of SetClause in org.teiid.language
Methods in org.teiid.language that return SetClause Modifier and Type Method Description SetClauseLanguageFactory. createSetClause(ColumnReference symbol, Expression value)Methods in org.teiid.language that return types with arguments of type SetClause Modifier and Type Method Description List<SetClause>Update. getChanges()Method parameters in org.teiid.language with type arguments of type SetClause Modifier and Type Method Description UpdateLanguageFactory. createUpdate(NamedTable group, List<SetClause> updates, Condition criteria)voidUpdate. setChanges(List<SetClause> changes)Constructor parameters in org.teiid.language with type arguments of type SetClause Constructor Description Update(NamedTable group, List<SetClause> changes, Condition criteria) -
Uses of SetClause in org.teiid.language.visitor
Methods in org.teiid.language.visitor with parameters of type SetClause Modifier and Type Method Description voidAbstractLanguageVisitor. visit(SetClause obj)voidHierarchyVisitor. visit(SetClause obj)voidLanguageObjectVisitor. visit(SetClause obj)voidSQLStringVisitor. visit(SetClause clause)
-