Uses of Interface
io.ciera.tool.sql.loader.RealLoader
-
Packages that use RealLoader Package Description io.ciera.tool io.ciera.tool.sql.loader io.ciera.tool.sql.loader.impl -
-
Uses of RealLoader in io.ciera.tool
Methods in io.ciera.tool with parameters of type RealLoader Modifier and Type Method Description voidSql. relate_R3008_RealLoader_is_a_AttributeLoader(RealLoader form, AttributeLoader part)voidSqlSqlLoader. serialize_RealLoader(RealLoader realloader_inst, PrintStream out)voidSql. unrelate_R3008_RealLoader_is_a_AttributeLoader(RealLoader form, AttributeLoader part) -
Uses of RealLoader in io.ciera.tool.sql.loader
Methods in io.ciera.tool.sql.loader that return RealLoader Modifier and Type Method Description RealLoaderAttributeLoader. R3008_is_a_RealLoader()Methods in io.ciera.tool.sql.loader with parameters of type RealLoader Modifier and Type Method Description default voidAttributeLoader. setR3008_is_a_RealLoader(RealLoader inst) -
Uses of RealLoader in io.ciera.tool.sql.loader.impl
Classes in io.ciera.tool.sql.loader.impl that implement RealLoader Modifier and Type Class Description classRealLoaderImplFields in io.ciera.tool.sql.loader.impl declared as RealLoader Modifier and Type Field Description static RealLoaderRealLoaderImpl. EMPTY_REALLOADERMethods in io.ciera.tool.sql.loader.impl that return RealLoader Modifier and Type Method Description static RealLoaderRealLoaderImpl. create(Sql context)static RealLoaderRealLoaderImpl. 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, String ref_attr_name)RealLoaderRealLoaderSetImpl. nullElement()RealLoaderRealLoaderImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)RealLoaderAttributeLoaderImpl. R3008_is_a_RealLoader()RealLoaderRealLoaderImpl. self()Methods in io.ciera.tool.sql.loader.impl that return types with arguments of type RealLoader Modifier and Type Method Description List<RealLoader>RealLoaderSetImpl. elements()Methods in io.ciera.tool.sql.loader.impl with parameters of type RealLoader Modifier and Type Method Description voidAttributeLoaderImpl. setR3008_is_a_RealLoader(RealLoader inst)Method parameters in io.ciera.tool.sql.loader.impl with type arguments of type RealLoader Modifier and Type Method Description RealLoaderSetRealLoaderSetImpl. emptySet(Comparator<? super RealLoader> comp)Constructor parameters in io.ciera.tool.sql.loader.impl with type arguments of type RealLoader Constructor Description RealLoaderSetImpl(Comparator<? super RealLoader> comp)
-