Uses of Interface
io.ciera.tool.sql.architecture.expression.SelectFromInstances
Packages that use SelectFromInstances
Package
Description
-
Uses of SelectFromInstances in io.ciera.tool
Methods in io.ciera.tool with parameters of type SelectFromInstancesModifier and TypeMethodDescriptionvoidSql.relate_R789_SelectFromInstances_is_a_Select(SelectFromInstances form, Select part) voidSql.relate_R799_SelectFromInstances_selects_instances_through_InstancePopulationSelector(SelectFromInstances form, InstancePopulationSelector part) voidSqlSqlLoader.serialize_789(SelectFromInstances selectfrominstances_inst, PrintStream out) voidSqlSqlLoader.serialize_799(SelectFromInstances selectfrominstances_inst, PrintStream out) 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 SelectFromInstancesModifier and TypeMethodDescriptiondefault 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 SelectFromInstancesModifier and TypeMethodDescriptionvoidInstancePopulationSelectorImpl.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 SelectFromInstancesMethods in io.ciera.tool.sql.architecture.expression with parameters of type SelectFromInstancesModifier and TypeMethodDescriptiondefault 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 SelectFromInstancesFields in io.ciera.tool.sql.architecture.expression.impl declared as SelectFromInstancesModifier and TypeFieldDescriptionstatic final SelectFromInstancesSelectFromInstancesImpl.EMPTY_SELECTFROMINSTANCESMethods in io.ciera.tool.sql.architecture.expression.impl that return SelectFromInstancesModifier and TypeMethodDescriptionstatic SelectFromInstancesstatic 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) static SelectFromInstancesSelectFromInstancesImpl.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_selector_comp_name, String ref_selector_comp_package, String ref_selector_name) SelectFromInstancesSetImpl.nullElement()SelectFromInstancesImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) SelectImpl.R789_is_a_SelectFromInstances()SelectFromInstancesImpl.self()Methods in io.ciera.tool.sql.architecture.expression.impl that return types with arguments of type SelectFromInstancesMethods in io.ciera.tool.sql.architecture.expression.impl with parameters of type SelectFromInstancesModifier and TypeMethodDescriptionvoidSelectImpl.setR789_is_a_SelectFromInstances(SelectFromInstances inst) Method parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type SelectFromInstancesModifier and TypeMethodDescriptionSelectFromInstancesSetImpl.emptySet(Comparator<? super SelectFromInstances> comp) Constructor parameters in io.ciera.tool.sql.architecture.expression.impl with type arguments of type SelectFromInstancesModifierConstructorDescriptionSelectFromInstancesSetImpl(Comparator<? super SelectFromInstances> comp)