Uses of Interface
io.ciera.tool.sql.loader.BooleanLoader
-
Packages that use BooleanLoader Package Description io.ciera.tool io.ciera.tool.sql.loader io.ciera.tool.sql.loader.impl -
-
Uses of BooleanLoader in io.ciera.tool
Methods in io.ciera.tool with parameters of type BooleanLoader Modifier and Type Method Description voidSql. relate_R3008_BooleanLoader_is_a_AttributeLoader(BooleanLoader form, AttributeLoader part)voidSqlSqlLoader. serialize_3008(BooleanLoader booleanloader_inst, PrintStream out)voidSqlSqlLoader. serialize_BooleanLoader(BooleanLoader booleanloader_inst, PrintStream out)voidSql. unrelate_R3008_BooleanLoader_is_a_AttributeLoader(BooleanLoader form, AttributeLoader part) -
Uses of BooleanLoader in io.ciera.tool.sql.loader
Methods in io.ciera.tool.sql.loader that return BooleanLoader Modifier and Type Method Description BooleanLoaderAttributeLoader. R3008_is_a_BooleanLoader()Methods in io.ciera.tool.sql.loader with parameters of type BooleanLoader Modifier and Type Method Description default voidAttributeLoader. setR3008_is_a_BooleanLoader(BooleanLoader inst) -
Uses of BooleanLoader in io.ciera.tool.sql.loader.impl
Classes in io.ciera.tool.sql.loader.impl that implement BooleanLoader Modifier and Type Class Description classBooleanLoaderImplFields in io.ciera.tool.sql.loader.impl declared as BooleanLoader Modifier and Type Field Description static BooleanLoaderBooleanLoaderImpl. EMPTY_BOOLEANLOADERMethods in io.ciera.tool.sql.loader.impl that return BooleanLoader Modifier and Type Method Description static BooleanLoaderBooleanLoaderImpl. create(Sql context)static BooleanLoaderBooleanLoaderImpl. 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 BooleanLoaderBooleanLoaderImpl. create(Sql context, String ref_loader_name, String ref_loader_package, String ref_class_name, int ref_index, String ref_attr_name)BooleanLoaderBooleanLoaderSetImpl. nullElement()BooleanLoaderBooleanLoaderImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)BooleanLoaderAttributeLoaderImpl. R3008_is_a_BooleanLoader()BooleanLoaderBooleanLoaderImpl. self()Methods in io.ciera.tool.sql.loader.impl that return types with arguments of type BooleanLoader Modifier and Type Method Description List<BooleanLoader>BooleanLoaderSetImpl. elements()Methods in io.ciera.tool.sql.loader.impl with parameters of type BooleanLoader Modifier and Type Method Description voidAttributeLoaderImpl. setR3008_is_a_BooleanLoader(BooleanLoader inst)Method parameters in io.ciera.tool.sql.loader.impl with type arguments of type BooleanLoader Modifier and Type Method Description BooleanLoaderSetBooleanLoaderSetImpl. emptySet(Comparator<? super BooleanLoader> comp)Constructor parameters in io.ciera.tool.sql.loader.impl with type arguments of type BooleanLoader Constructor Description BooleanLoaderSetImpl(Comparator<? super BooleanLoader> comp)
-