Uses of Interface
io.ciera.tool.sql.loader.IntegerLoader
-
Packages that use IntegerLoader Package Description io.ciera.tool io.ciera.tool.sql.loader io.ciera.tool.sql.loader.impl -
-
Uses of IntegerLoader in io.ciera.tool
Methods in io.ciera.tool with parameters of type IntegerLoader Modifier and Type Method Description voidSql. relate_R3008_IntegerLoader_is_a_AttributeLoader(IntegerLoader form, AttributeLoader part)voidSqlSqlLoader. serialize_IntegerLoader(IntegerLoader integerloader_inst, PrintStream out)voidSql. unrelate_R3008_IntegerLoader_is_a_AttributeLoader(IntegerLoader form, AttributeLoader part) -
Uses of IntegerLoader in io.ciera.tool.sql.loader
Methods in io.ciera.tool.sql.loader that return IntegerLoader Modifier and Type Method Description IntegerLoaderAttributeLoader. R3008_is_a_IntegerLoader()Methods in io.ciera.tool.sql.loader with parameters of type IntegerLoader Modifier and Type Method Description default voidAttributeLoader. setR3008_is_a_IntegerLoader(IntegerLoader inst) -
Uses of IntegerLoader in io.ciera.tool.sql.loader.impl
Classes in io.ciera.tool.sql.loader.impl that implement IntegerLoader Modifier and Type Class Description classIntegerLoaderImplFields in io.ciera.tool.sql.loader.impl declared as IntegerLoader Modifier and Type Field Description static IntegerLoaderIntegerLoaderImpl. EMPTY_INTEGERLOADERMethods in io.ciera.tool.sql.loader.impl that return IntegerLoader Modifier and Type Method Description static IntegerLoaderIntegerLoaderImpl. create(Sql context)static IntegerLoaderIntegerLoaderImpl. 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_is_long, String ref_attr_name)IntegerLoaderIntegerLoaderSetImpl. nullElement()IntegerLoaderIntegerLoaderImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)IntegerLoaderAttributeLoaderImpl. R3008_is_a_IntegerLoader()IntegerLoaderIntegerLoaderImpl. self()Methods in io.ciera.tool.sql.loader.impl that return types with arguments of type IntegerLoader Modifier and Type Method Description List<IntegerLoader>IntegerLoaderSetImpl. elements()Methods in io.ciera.tool.sql.loader.impl with parameters of type IntegerLoader Modifier and Type Method Description voidAttributeLoaderImpl. setR3008_is_a_IntegerLoader(IntegerLoader inst)Method parameters in io.ciera.tool.sql.loader.impl with type arguments of type IntegerLoader Modifier and Type Method Description IntegerLoaderSetIntegerLoaderSetImpl. emptySet(Comparator<? super IntegerLoader> comp)Constructor parameters in io.ciera.tool.sql.loader.impl with type arguments of type IntegerLoader Constructor Description IntegerLoaderSetImpl(Comparator<? super IntegerLoader> comp)
-