Uses of Interface
io.ciera.tool.sql.loader.GeneralLoader
-
Packages that use GeneralLoader Package Description io.ciera.tool io.ciera.tool.sql.architecture.type io.ciera.tool.sql.architecture.type.impl io.ciera.tool.sql.loader io.ciera.tool.sql.loader.impl -
-
Uses of GeneralLoader in io.ciera.tool
Methods in io.ciera.tool with parameters of type GeneralLoader Modifier and Type Method Description voidSql. relate_R3008_GeneralLoader_is_a_AttributeLoader(GeneralLoader form, AttributeLoader part)voidSql. relate_R3013_GeneralLoader_Type(GeneralLoader form, Type part)voidSqlSqlLoader. serialize_3008(GeneralLoader generalloader_inst, PrintStream out)voidSqlSqlLoader. serialize_3013(GeneralLoader generalloader_inst, PrintStream out)voidSqlSqlLoader. serialize_GeneralLoader(GeneralLoader generalloader_inst, PrintStream out)voidSql. unrelate_R3008_GeneralLoader_is_a_AttributeLoader(GeneralLoader form, AttributeLoader part)voidSql. unrelate_R3013_GeneralLoader_Type(GeneralLoader form, Type part) -
Uses of GeneralLoader in io.ciera.tool.sql.architecture.type
Methods in io.ciera.tool.sql.architecture.type that return GeneralLoader Modifier and Type Method Description GeneralLoaderType. R3013_GeneralLoader()Methods in io.ciera.tool.sql.architecture.type with parameters of type GeneralLoader Modifier and Type Method Description default voidType. setR3013_GeneralLoader(GeneralLoader inst) -
Uses of GeneralLoader in io.ciera.tool.sql.architecture.type.impl
Methods in io.ciera.tool.sql.architecture.type.impl that return GeneralLoader Modifier and Type Method Description GeneralLoaderTypeImpl. R3013_GeneralLoader()Methods in io.ciera.tool.sql.architecture.type.impl with parameters of type GeneralLoader Modifier and Type Method Description voidTypeImpl. setR3013_GeneralLoader(GeneralLoader inst) -
Uses of GeneralLoader in io.ciera.tool.sql.loader
Methods in io.ciera.tool.sql.loader that return GeneralLoader Modifier and Type Method Description GeneralLoaderAttributeLoader. R3008_is_a_GeneralLoader()Methods in io.ciera.tool.sql.loader with parameters of type GeneralLoader Modifier and Type Method Description default voidAttributeLoader. setR3008_is_a_GeneralLoader(GeneralLoader inst) -
Uses of GeneralLoader in io.ciera.tool.sql.loader.impl
Classes in io.ciera.tool.sql.loader.impl that implement GeneralLoader Modifier and Type Class Description classGeneralLoaderImplFields in io.ciera.tool.sql.loader.impl declared as GeneralLoader Modifier and Type Field Description static GeneralLoaderGeneralLoaderImpl. EMPTY_GENERALLOADERMethods in io.ciera.tool.sql.loader.impl that return GeneralLoader Modifier and Type Method Description static GeneralLoaderGeneralLoaderImpl. create(Sql context)static GeneralLoaderGeneralLoaderImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_loader_name, String ref_loader_package, String ref_class_name, int ref_index, boolean m_load_value, String ref_attr_name, String ref_type_name, String ref_type_package)static GeneralLoaderGeneralLoaderImpl. create(Sql context, String ref_loader_name, String ref_loader_package, String ref_class_name, int ref_index, boolean m_load_value, String ref_attr_name, String ref_type_name, String ref_type_package)GeneralLoaderGeneralLoaderSetImpl. nullElement()GeneralLoaderGeneralLoaderImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)GeneralLoaderAttributeLoaderImpl. R3008_is_a_GeneralLoader()GeneralLoaderGeneralLoaderImpl. self()Methods in io.ciera.tool.sql.loader.impl that return types with arguments of type GeneralLoader Modifier and Type Method Description List<GeneralLoader>GeneralLoaderSetImpl. elements()Methods in io.ciera.tool.sql.loader.impl with parameters of type GeneralLoader Modifier and Type Method Description voidAttributeLoaderImpl. setR3008_is_a_GeneralLoader(GeneralLoader inst)Method parameters in io.ciera.tool.sql.loader.impl with type arguments of type GeneralLoader Modifier and Type Method Description GeneralLoaderSetGeneralLoaderSetImpl. emptySet(Comparator<? super GeneralLoader> comp)Constructor parameters in io.ciera.tool.sql.loader.impl with type arguments of type GeneralLoader Constructor Description GeneralLoaderSetImpl(Comparator<? super GeneralLoader> comp)
-