Uses of Interface
io.ciera.tool.sql.architecture.expression.SelectFromInstances
-
-
Uses of SelectFromInstances in io.ciera.tool
Methods in io.ciera.tool with parameters of type SelectFromInstances Modifier and Type Method Description voidSql. relate_R789_SelectFromInstances_is_a_Select(SelectFromInstances form, Select part)voidSql. relate_R799_SelectFromInstances_selects_instances_through_InstancePopulationSelector(SelectFromInstances form, InstancePopulationSelector part)voidSqlSqlLoader. serialize_SelectFromInstances(SelectFromInstances selectfrominstances_inst, PrintStream out)voidSql. unrelate_R789_SelectFromInstances_is_a_Select(SelectFromInstances form, Select part)voidSql. unrelate_R799_SelectFromInstances_selects_instances_through_InstancePopulationSelector(SelectFromInstances form, InstancePopulationSelector part) -
Uses of SelectFromInstances in io.ciera.tool.sql.architecture.component
Methods in io.ciera.tool.sql.architecture.component with parameters of type SelectFromInstances Modifier and Type Method Description default voidInstancePopulationSelector. addR799_invoked_by_SelectFromInstances(SelectFromInstances inst)default voidInstancePopulationSelector. removeR799_invoked_by_SelectFromInstances(SelectFromInstances inst) -
Uses of SelectFromInstances in io.ciera.tool.sql.architecture.component.impl
Methods in io.ciera.tool.sql.architecture.component.impl with parameters of type SelectFromInstances Modifier and Type Method Description voidInstancePopulationSelectorImpl. addR799_invoked_by_SelectFromInstances(SelectFromInstances inst)voidInstancePopulationSelectorImpl. removeR799_invoked_by_SelectFromInstances(SelectFromInstances inst) -
Uses of SelectFromInstances in io.ciera.tool.sql.architecture.expression
Methods in io.ciera.tool.sql.architecture.expression that return SelectFromInstances Modifier and Type Method Description SelectFromInstancesSelect. R789_is_a_SelectFromInstances()Methods in io.ciera.tool.sql.architecture.expression with parameters of type SelectFromInstances Modifier and Type Method Description default voidSelect. setR789_is_a_SelectFromInstances(SelectFromInstances inst) -
Uses of SelectFromInstances in io.ciera.tool.sql.architecture.expression.impl
Classes in io.ciera.tool.sql.architecture.expression.impl that implement SelectFromInstances Modifier and Type Class Description classSelectFromInstancesImplFields in io.ciera.tool.sql.architecture.expression.impl declared as SelectFromInstances Modifier and Type Field Description static SelectFromInstancesSelectFromInstancesImpl. EMPTY_SELECTFROMINSTANCESMethods in io.ciera.tool.sql.architecture.expression.impl that return SelectFromInstances Modifier and Type Method Description static SelectFromInstancesSelectFromInstancesImpl. create(Sql context)static SelectFromInstancesSelectFromInstancesImpl. 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_selector_comp_name, String ref_selector_comp_package, String ref_selector_name)SelectFromInstancesSelectFromInstancesSetImpl. nullElement()SelectFromInstancesSelectFromInstancesImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)SelectFromInstancesSelectImpl. R789_is_a_SelectFromInstances()SelectFromInstancesSelectFromInstancesImpl. self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type SelectFromInstances Modifier and Type Method Description List<SelectFromInstances>SelectFromInstancesSetImpl. elements()Methods in io.ciera.tool.sql.architecture.expression.impl with parameters of type SelectFromInstances Modifier and Type Method Description voidSelectImpl. setR789_is_a_SelectFromInstances(SelectFromInstances inst)Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type SelectFromInstances Modifier and Type Method Description SelectFromInstancesSetSelectFromInstancesSetImpl. emptySet(Comparator<? super SelectFromInstances> comp)Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type SelectFromInstances Constructor Description SelectFromInstancesSetImpl(Comparator<? super SelectFromInstances> comp)
-