Uses of Interface
io.ciera.tool.sql.loader.BatchRelator
-
Packages that use BatchRelator Package Description io.ciera.tool io.ciera.tool.sql.loader io.ciera.tool.sql.loader.impl -
-
Uses of BatchRelator in io.ciera.tool
Methods in io.ciera.tool with parameters of type BatchRelator Modifier and Type Method Description voidSql. relate_R3011_BatchRelator_invoked_by_PopulationLoader(BatchRelator form, PopulationLoader part)voidSql. relate_R3012_AttributeComparison_evaluated_by_BatchRelator(AttributeComparison form, BatchRelator part)voidSqlSqlLoader. serialize_3011(BatchRelator batchrelator_inst, PrintStream out)voidSqlSqlLoader. serialize_BatchRelator(BatchRelator batchrelator_inst, PrintStream out)voidSql. transformAttributeComparison(AttributeReference p_attr_ref, BatchRelator p_batch_relator, AttributeComparison p_prev_attr_comp)voidSql. unrelate_R3011_BatchRelator_invoked_by_PopulationLoader(BatchRelator form, PopulationLoader part)voidSql. unrelate_R3012_AttributeComparison_evaluated_by_BatchRelator(AttributeComparison form, BatchRelator part) -
Uses of BatchRelator in io.ciera.tool.sql.loader
Methods in io.ciera.tool.sql.loader that return BatchRelator Modifier and Type Method Description BatchRelatorAttributeComparison. R3012_evaluated_by_BatchRelator()Methods in io.ciera.tool.sql.loader with parameters of type BatchRelator Modifier and Type Method Description default voidPopulationLoader. addR3011_relates_instances_using_BatchRelator(BatchRelator inst)default voidPopulationLoader. removeR3011_relates_instances_using_BatchRelator(BatchRelator inst)default voidAttributeComparison. setR3012_evaluated_by_BatchRelator(BatchRelator inst) -
Uses of BatchRelator in io.ciera.tool.sql.loader.impl
Classes in io.ciera.tool.sql.loader.impl that implement BatchRelator Modifier and Type Class Description classBatchRelatorImplFields in io.ciera.tool.sql.loader.impl declared as BatchRelator Modifier and Type Field Description static BatchRelatorBatchRelatorImpl. EMPTY_BATCHRELATORMethods in io.ciera.tool.sql.loader.impl that return BatchRelator Modifier and Type Method Description static BatchRelatorBatchRelatorImpl. create(Sql context)static BatchRelatorBatchRelatorImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_loader_name, String ref_loader_package, String m_rel_name, String m_form_name, String m_part_name, boolean m_unconditional, int m_id_num)static BatchRelatorBatchRelatorImpl. create(Sql context, String ref_loader_name, String ref_loader_package, String m_rel_name, String m_form_name, String m_part_name, boolean m_unconditional, int m_id_num)BatchRelatorBatchRelatorSetImpl. nullElement()BatchRelatorBatchRelatorImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)BatchRelatorAttributeComparisonImpl. R3012_evaluated_by_BatchRelator()BatchRelatorBatchRelatorImpl. self()Methods in io.ciera.tool.sql.loader.impl that return types with arguments of type BatchRelator Modifier and Type Method Description List<BatchRelator>BatchRelatorSetImpl. elements()Methods in io.ciera.tool.sql.loader.impl with parameters of type BatchRelator Modifier and Type Method Description voidPopulationLoaderImpl. addR3011_relates_instances_using_BatchRelator(BatchRelator inst)voidPopulationLoaderImpl. removeR3011_relates_instances_using_BatchRelator(BatchRelator inst)voidAttributeComparisonImpl. setR3012_evaluated_by_BatchRelator(BatchRelator inst)Method parameters in io.ciera.tool.sql.loader.impl with type arguments of type BatchRelator Modifier and Type Method Description BatchRelatorSetBatchRelatorSetImpl. emptySet(Comparator<? super BatchRelator> comp)Constructor parameters in io.ciera.tool.sql.loader.impl with type arguments of type BatchRelator Constructor Description BatchRelatorSetImpl(Comparator<? super BatchRelator> comp)
-