Uses of Interface
io.ciera.tool.sql.architecture.expression.Where
Packages that use Where
Package
Description
-
Uses of Where in io.ciera.tool
Methods in io.ciera.tool with parameters of type WhereModifier and TypeMethodDescriptionvoidSql.relate_R3906_Where_sorts_set_by_Attribute(Where form, Attribute part) voidSql.relate_R776_Where_is_a_Expression(Where form, Expression part) voidSql.relate_R790_Where_filters_Expression(Where form, Expression part) voidSql.relate_R796_Where_has_condition_Expression(Where form, Expression part) voidSqlSqlLoader.serialize_3906(Where where_inst, PrintStream out) voidSqlSqlLoader.serialize_776(Where where_inst, PrintStream out) voidSqlSqlLoader.serialize_790(Where where_inst, PrintStream out) voidSqlSqlLoader.serialize_796(Where where_inst, PrintStream out) voidSqlSqlLoader.serialize_Where(Where where_inst, PrintStream out) voidSql.unrelate_R3906_Where_sorts_set_by_Attribute(Where form, Attribute part) voidSql.unrelate_R776_Where_is_a_Expression(Where form, Expression part) voidSql.unrelate_R790_Where_filters_Expression(Where form, Expression part) voidSql.unrelate_R796_Where_has_condition_Expression(Where form, Expression part) -
Uses of Where in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes with parameters of type WhereModifier and TypeMethodDescriptiondefault 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 WhereModifier and TypeMethodDescriptionvoidAttributeImpl.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 WhereModifier and TypeMethodDescriptionExpression.R776_is_a_Where()Expression.R790_filtered_by_Where()Expression.R796_defines_condtion_for_Where()Methods in io.ciera.tool.sql.architecture.expression with parameters of type WhereModifier and TypeMethodDescriptiondefault 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 WhereFields in io.ciera.tool.sql.architecture.expression.impl declared as WhereMethods in io.ciera.tool.sql.architecture.expression.impl that return WhereModifier and TypeMethodDescriptionstatic Wherestatic 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) WhereSetImpl.nullElement()WhereImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) ExpressionImpl.R776_is_a_Where()ExpressionImpl.R790_filtered_by_Where()ExpressionImpl.R796_defines_condtion_for_Where()WhereImpl.self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type WhereMethods in io.ciera.tool.sql.architecture.expression.impl with parameters of type WhereModifier and TypeMethodDescriptionvoidExpressionImpl.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 WhereConstructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type Where