Uses of Class
org.teiid.query.sql.lang.DependentSetCriteria.AttributeComparison
-
Packages that use DependentSetCriteria.AttributeComparison Package Description org.teiid.query.sql.lang -
-
Uses of DependentSetCriteria.AttributeComparison in org.teiid.query.sql.lang
Methods in org.teiid.query.sql.lang that return types with arguments of type DependentSetCriteria.AttributeComparison Modifier and Type Method Description List<DependentSetCriteria.AttributeComparison>
DependentSetCriteria. getAttributes()
There is a mismatch between the expression form and the more convenient attribute comparison, so we reconstruct when neededMethod parameters in org.teiid.query.sql.lang with type arguments of type DependentSetCriteria.AttributeComparison Modifier and Type Method Description void
DependentSetCriteria. setAttributes(List<DependentSetCriteria.AttributeComparison> attributes)
-