Uses of Interface
io.ciera.tool.sql.loader.StringLoader
-
Packages that use StringLoader Package Description io.ciera.tool io.ciera.tool.sql.loader io.ciera.tool.sql.loader.impl -
-
Uses of StringLoader in io.ciera.tool
Methods in io.ciera.tool with parameters of type StringLoader Modifier and Type Method Description voidSql. relate_R3008_StringLoader_is_a_AttributeLoader(StringLoader form, AttributeLoader part)voidSqlSqlLoader. serialize_3008(StringLoader stringloader_inst, PrintStream out)voidSqlSqlLoader. serialize_StringLoader(StringLoader stringloader_inst, PrintStream out)voidSql. unrelate_R3008_StringLoader_is_a_AttributeLoader(StringLoader form, AttributeLoader part) -
Uses of StringLoader in io.ciera.tool.sql.loader
Methods in io.ciera.tool.sql.loader that return StringLoader Modifier and Type Method Description StringLoaderAttributeLoader. R3008_is_a_StringLoader()Methods in io.ciera.tool.sql.loader with parameters of type StringLoader Modifier and Type Method Description default voidAttributeLoader. setR3008_is_a_StringLoader(StringLoader inst) -
Uses of StringLoader in io.ciera.tool.sql.loader.impl
Classes in io.ciera.tool.sql.loader.impl that implement StringLoader Modifier and Type Class Description classStringLoaderImplFields in io.ciera.tool.sql.loader.impl declared as StringLoader Modifier and Type Field Description static StringLoaderStringLoaderImpl. EMPTY_STRINGLOADERMethods in io.ciera.tool.sql.loader.impl that return StringLoader Modifier and Type Method Description static StringLoaderStringLoaderImpl. create(Sql context)static StringLoaderStringLoaderImpl. 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)static StringLoaderStringLoaderImpl. create(Sql context, String ref_loader_name, String ref_loader_package, String ref_class_name, int ref_index, String ref_attr_name)StringLoaderStringLoaderSetImpl. nullElement()StringLoaderStringLoaderImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)StringLoaderAttributeLoaderImpl. R3008_is_a_StringLoader()StringLoaderStringLoaderImpl. self()Methods in io.ciera.tool.sql.loader.impl that return types with arguments of type StringLoader Modifier and Type Method Description List<StringLoader>StringLoaderSetImpl. elements()Methods in io.ciera.tool.sql.loader.impl with parameters of type StringLoader Modifier and Type Method Description voidAttributeLoaderImpl. setR3008_is_a_StringLoader(StringLoader inst)Method parameters in io.ciera.tool.sql.loader.impl with type arguments of type StringLoader Modifier and Type Method Description StringLoaderSetStringLoaderSetImpl. emptySet(Comparator<? super StringLoader> comp)Constructor parameters in io.ciera.tool.sql.loader.impl with type arguments of type StringLoader Constructor Description StringLoaderSetImpl(Comparator<? super StringLoader> comp)
-