Uses of Interface
io.ciera.tool.sql.architecture.expression.Where
-
-
Uses of Where in io.ciera.tool
-
Uses of Where in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes with parameters of type Where Modifier and Type Method Description default voidAttribute. addR3906_used_as_sort_field_for_Where(Where inst)default voidAttribute. removeR3906_used_as_sort_field_for_Where(Where inst) -
Uses of Where in io.ciera.tool.sql.architecture.classes.impl
Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type Where Modifier and Type Method Description voidAttributeImpl. addR3906_used_as_sort_field_for_Where(Where inst)voidAttributeImpl. removeR3906_used_as_sort_field_for_Where(Where inst) -
Uses of Where in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return Where Modifier and Type Method Description WhereExpression. R776_is_a_Where()WhereExpression. R790_filtered_by_Where()WhereExpression. R796_defines_condtion_for_Where()Methods in io.ciera.tool.sql.architecture.expression with parameters of type Where Modifier and Type Method Description default voidExpression. setR776_is_a_Where(Where inst)default voidExpression. setR790_filtered_by_Where(Where inst)default voidExpression. setR796_defines_condtion_for_Where(Where inst) -
Uses of Where in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement Where Modifier and Type Class Description classWhereImplFields in io.ciera.tool.sql.architecture.expression.impl declared as Where Modifier and Type Field Description static WhereWhereImpl. EMPTY_WHEREMethods in io.ciera.tool.sql.architecture.expression.impl that return Where Modifier and Type Method Description static WhereWhereImpl. create(Sql context)static WhereWhereImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String ref_base_expression_number, String ref_where_expression_number, String m_multiplicity, SortType m_sorted, String m_cast, String ref_attr_name, String ref_attr_class_package, String ref_attr_class_name)static WhereWhereImpl. create(Sql context, String ref_parent_name, String ref_parent_package, String ref_body_name, String ref_block_number, String ref_statement_number, String ref_expression_number, String ref_base_expression_number, String ref_where_expression_number, String m_multiplicity, SortType m_sorted, String m_cast, String ref_attr_name, String ref_attr_class_package, String ref_attr_class_name)WhereWhereSetImpl. nullElement()WhereWhereImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)WhereExpressionImpl. R776_is_a_Where()WhereExpressionImpl. R790_filtered_by_Where()WhereExpressionImpl. R796_defines_condtion_for_Where()WhereWhereImpl. self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type Where Modifier and Type Method Description List<Where>WhereSetImpl. elements()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type Where Modifier and Type Method Description voidExpressionImpl. setR776_is_a_Where(Where inst)voidExpressionImpl. setR790_filtered_by_Where(Where inst)voidExpressionImpl. setR796_defines_condtion_for_Where(Where inst)Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type Where Modifier and Type Method Description WhereSetWhereSetImpl. emptySet(Comparator<? super Where> comp)Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type Where Constructor Description WhereSetImpl(Comparator<? super Where> comp)
-