Uses of Interface
io.ciera.tool.sql.loader.AttributeLoader
Packages that use AttributeLoader
-
Uses of AttributeLoader in io.ciera.tool
Methods in io.ciera.tool with parameters of type AttributeLoaderModifier and TypeMethodDescriptionvoidSql.relate_R3006_AttributeLoader_invoked_by_InstanceLoader(AttributeLoader form, InstanceLoader part) voidSql.relate_R3007_AttributeLoader_follows_AttributeLoader(AttributeLoader form, AttributeLoader part) voidvoidvoidvoidvoidSql.relate_R3008_RealLoader_is_a_AttributeLoader(RealLoader form, AttributeLoader part) voidvoidSqlSqlLoader.serialize_3006(AttributeLoader attributeloader_inst, PrintStream out) voidSqlSqlLoader.serialize_3007(AttributeLoader attributeloader_inst, PrintStream out) voidSqlSqlLoader.serialize_AttributeLoader(AttributeLoader attributeloader_inst, PrintStream out) voidSql.transformAttributeLoader(Attribute p_attr, InstanceLoader p_inst_loader, AttributeLoader p_prev_attr_loader, Mark p_non_persistent, int p_value_index) voidSql.transformEventDataLoader(FormalParameter p_parameter, InstanceLoader p_inst_loader, AttributeLoader p_prev_attr_loader) voidSql.unrelate_R3006_AttributeLoader_invoked_by_InstanceLoader(AttributeLoader form, InstanceLoader part) voidSql.unrelate_R3007_AttributeLoader_follows_AttributeLoader(AttributeLoader form, AttributeLoader part) voidvoidSql.unrelate_R3008_EnumeratorLoader_is_a_AttributeLoader(EnumeratorLoader form, AttributeLoader part) voidvoidvoidSql.unrelate_R3008_RealLoader_is_a_AttributeLoader(RealLoader form, AttributeLoader part) void -
Uses of AttributeLoader in io.ciera.tool.sql.loader
Methods in io.ciera.tool.sql.loader that return AttributeLoaderModifier and TypeMethodDescriptionAttributeLoader.R3007_follows_AttributeLoader()AttributeLoader.R3007_precedes_AttributeLoader()BooleanLoader.R3008_is_a_AttributeLoader()EnumeratorLoader.R3008_is_a_AttributeLoader()GeneralLoader.R3008_is_a_AttributeLoader()IntegerLoader.R3008_is_a_AttributeLoader()RealLoader.R3008_is_a_AttributeLoader()StringLoader.R3008_is_a_AttributeLoader()Methods in io.ciera.tool.sql.loader with parameters of type AttributeLoaderModifier and TypeMethodDescriptiondefault voidInstanceLoader.addR3006_loads_data_value_using_AttributeLoader(AttributeLoader inst) default voidInstanceLoader.removeR3006_loads_data_value_using_AttributeLoader(AttributeLoader inst) default voidAttributeLoader.setR3007_follows_AttributeLoader(AttributeLoader inst) default voidAttributeLoader.setR3007_precedes_AttributeLoader(AttributeLoader inst) default voidBooleanLoader.setR3008_is_a_AttributeLoader(AttributeLoader inst) default voidEnumeratorLoader.setR3008_is_a_AttributeLoader(AttributeLoader inst) default voidGeneralLoader.setR3008_is_a_AttributeLoader(AttributeLoader inst) default voidIntegerLoader.setR3008_is_a_AttributeLoader(AttributeLoader inst) default voidRealLoader.setR3008_is_a_AttributeLoader(AttributeLoader inst) default voidStringLoader.setR3008_is_a_AttributeLoader(AttributeLoader inst) -
Uses of AttributeLoader in io.ciera.tool.sql.loader.impl
Classes in io.ciera.tool.sql.loader.impl that implement AttributeLoaderFields in io.ciera.tool.sql.loader.impl declared as AttributeLoaderModifier and TypeFieldDescriptionstatic final AttributeLoaderAttributeLoaderImpl.EMPTY_ATTRIBUTELOADERMethods in io.ciera.tool.sql.loader.impl that return AttributeLoaderModifier and TypeMethodDescriptionstatic AttributeLoaderstatic AttributeLoaderAttributeLoaderImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_loader_name, String ref_loader_package, String ref_class_name, String m_attr_name, int m_index, String ref_prev_attr_name, int ref_prev_index, int m_value_index) static AttributeLoaderAttributeLoaderImpl.create(Sql context, String ref_loader_name, String ref_loader_package, String ref_class_name, String m_attr_name, int m_index, String ref_prev_attr_name, int ref_prev_index, int m_value_index) AttributeLoaderSetImpl.nullElement()AttributeLoaderImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) AttributeLoaderImpl.R3007_follows_AttributeLoader()AttributeLoaderImpl.R3007_precedes_AttributeLoader()BooleanLoaderImpl.R3008_is_a_AttributeLoader()EnumeratorLoaderImpl.R3008_is_a_AttributeLoader()GeneralLoaderImpl.R3008_is_a_AttributeLoader()IntegerLoaderImpl.R3008_is_a_AttributeLoader()RealLoaderImpl.R3008_is_a_AttributeLoader()StringLoaderImpl.R3008_is_a_AttributeLoader()AttributeLoaderImpl.self()Methods in io.ciera.tool.sql.loader.impl that return types with arguments of type AttributeLoaderMethods in io.ciera.tool.sql.loader.impl with parameters of type AttributeLoaderModifier and TypeMethodDescriptionvoidInstanceLoaderImpl.addR3006_loads_data_value_using_AttributeLoader(AttributeLoader inst) voidInstanceLoaderImpl.removeR3006_loads_data_value_using_AttributeLoader(AttributeLoader inst) voidAttributeLoaderImpl.setR3007_follows_AttributeLoader(AttributeLoader inst) voidAttributeLoaderImpl.setR3007_precedes_AttributeLoader(AttributeLoader inst) voidBooleanLoaderImpl.setR3008_is_a_AttributeLoader(AttributeLoader inst) voidEnumeratorLoaderImpl.setR3008_is_a_AttributeLoader(AttributeLoader inst) voidGeneralLoaderImpl.setR3008_is_a_AttributeLoader(AttributeLoader inst) voidIntegerLoaderImpl.setR3008_is_a_AttributeLoader(AttributeLoader inst) voidRealLoaderImpl.setR3008_is_a_AttributeLoader(AttributeLoader inst) voidStringLoaderImpl.setR3008_is_a_AttributeLoader(AttributeLoader inst) Method parameters in io.ciera.tool.sql.loader.impl with type arguments of type AttributeLoaderModifier and TypeMethodDescriptionAttributeLoaderSetImpl.emptySet(Comparator<? super AttributeLoader> comp) Constructor parameters in io.ciera.tool.sql.loader.impl with type arguments of type AttributeLoader