Uses of Interface
io.ciera.tool.sql.architecture.expression.SelectRelated
-
-
Uses of SelectRelated in io.ciera.tool
Methods in io.ciera.tool with parameters of type SelectRelated Modifier and Type Method Description voidSql. relate_R789_SelectRelated_is_a_Select(SelectRelated form, Select part)voidSql. relate_R791_SelectRelated_selects_instances_linked_from_instance_expressed_by_Expression(SelectRelated form, Expression part)voidSql. relate_R797_SelectRelated_selects_instances_through_Selector(SelectRelated form, Selector part)voidSqlSqlLoader. serialize_SelectRelated(SelectRelated selectrelated_inst, PrintStream out)voidSql. unrelate_R789_SelectRelated_is_a_Select(SelectRelated form, Select part)voidSql. unrelate_R791_SelectRelated_selects_instances_linked_from_instance_expressed_by_Expression(SelectRelated form, Expression part)voidSql. unrelate_R797_SelectRelated_selects_instances_through_Selector(SelectRelated form, Selector part) -
Uses of SelectRelated in io.ciera.tool.sql.architecture.classes
Methods in io.ciera.tool.sql.architecture.classes with parameters of type SelectRelated Modifier and Type Method Description default voidSelector. addR797_invoked_by_SelectRelated(SelectRelated inst)default voidSelector. removeR797_invoked_by_SelectRelated(SelectRelated inst) -
Uses of SelectRelated in io.ciera.tool.sql.architecture.classes.impl
Methods in io.ciera.tool.sql.architecture.classes.impl with parameters of type SelectRelated Modifier and Type Method Description voidSelectorImpl. addR797_invoked_by_SelectRelated(SelectRelated inst)voidSelectorImpl. removeR797_invoked_by_SelectRelated(SelectRelated inst) -
Uses of SelectRelated in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return SelectRelated Modifier and Type Method Description SelectRelatedSelect. R789_is_a_SelectRelated()SelectRelatedExpression. R791_is_basis_for_SelectRelated()Methods in io.ciera.tool.sql.architecture.expression with parameters of type SelectRelated Modifier and Type Method Description default voidSelect. setR789_is_a_SelectRelated(SelectRelated inst)default voidExpression. setR791_is_basis_for_SelectRelated(SelectRelated inst) -
Uses of SelectRelated in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement SelectRelated Modifier and Type Class Description classSelectRelatedImplFields in io.ciera.tool.sql.architecture.expression.impl declared as SelectRelated Modifier and Type Field Description static SelectRelatedSelectRelatedImpl. EMPTY_SELECTRELATEDMethods in io.ciera.tool.sql.architecture.expression.impl that return SelectRelated Modifier and Type Method Description static SelectRelatedSelectRelatedImpl. create(Sql context)static SelectRelatedSelectRelatedImpl. 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_root_expression_number, String ref_selector_name, String ref_selector_parent_name, String ref_selector_parent_package)SelectRelatedSelectRelatedSetImpl. nullElement()SelectRelatedSelectRelatedImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)SelectRelatedSelectImpl. R789_is_a_SelectRelated()SelectRelatedExpressionImpl. R791_is_basis_for_SelectRelated()SelectRelatedSelectRelatedImpl. self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type SelectRelated Modifier and Type Method Description List<SelectRelated>SelectRelatedSetImpl. elements()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type SelectRelated Modifier and Type Method Description voidSelectImpl. setR789_is_a_SelectRelated(SelectRelated inst)voidExpressionImpl. setR791_is_basis_for_SelectRelated(SelectRelated inst)Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type SelectRelated Modifier and Type Method Description SelectRelatedSetSelectRelatedSetImpl. emptySet(Comparator<? super SelectRelated> comp)Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type SelectRelated Constructor Description SelectRelatedSetImpl(Comparator<? super SelectRelated> comp)
-