Uses of Interface
io.ciera.tool.sql.loader.AttributeLoader
-
Packages that use AttributeLoader Package Description io.ciera.tool io.ciera.tool.sql.loader io.ciera.tool.sql.loader.impl -
-
Uses of AttributeLoader in io.ciera.tool
-
Uses of AttributeLoader in io.ciera.tool.sql.loader
Methods in io.ciera.tool.sql.loader that return AttributeLoader Modifier and Type Method Description AttributeLoaderAttributeLoader. R3007_follows_AttributeLoader()AttributeLoaderAttributeLoader. R3007_precedes_AttributeLoader()AttributeLoaderBooleanLoader. R3008_is_a_AttributeLoader()AttributeLoaderEnumeratorLoader. R3008_is_a_AttributeLoader()AttributeLoaderGeneralLoader. R3008_is_a_AttributeLoader()AttributeLoaderIntegerLoader. R3008_is_a_AttributeLoader()AttributeLoaderRealLoader. R3008_is_a_AttributeLoader()AttributeLoaderStringLoader. R3008_is_a_AttributeLoader()Methods in io.ciera.tool.sql.loader with parameters of type AttributeLoader Modifier and Type Method Description default voidInstanceLoader. addR3006_loads_data_value_using_AttributeLoader(AttributeLoader inst)default voidInstanceLoader. removeR3006_loads_data_value_using_AttributeLoader(AttributeLoader inst)default voidAttributeLoader. setR3007_follows_AttributeLoader(AttributeLoader inst)default voidAttributeLoader. setR3007_precedes_AttributeLoader(AttributeLoader inst)default voidBooleanLoader. setR3008_is_a_AttributeLoader(AttributeLoader inst)default voidEnumeratorLoader. setR3008_is_a_AttributeLoader(AttributeLoader inst)default voidGeneralLoader. setR3008_is_a_AttributeLoader(AttributeLoader inst)default voidIntegerLoader. setR3008_is_a_AttributeLoader(AttributeLoader inst)default voidRealLoader. setR3008_is_a_AttributeLoader(AttributeLoader inst)default voidStringLoader. setR3008_is_a_AttributeLoader(AttributeLoader inst) -
Uses of AttributeLoader in io.ciera.tool.sql.loader.impl
Classes in io.ciera.tool.sql.loader.impl that implement AttributeLoader Modifier and Type Class Description classAttributeLoaderImplFields in io.ciera.tool.sql.loader.impl declared as AttributeLoader Modifier and Type Field Description static AttributeLoaderAttributeLoaderImpl. EMPTY_ATTRIBUTELOADERMethods in io.ciera.tool.sql.loader.impl that return AttributeLoader Modifier and Type Method Description static AttributeLoaderAttributeLoaderImpl. create(Sql context)static AttributeLoaderAttributeLoaderImpl. create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_loader_name, String ref_loader_package, String ref_class_name, String m_attr_name, int m_index, String ref_prev_attr_name, int ref_prev_index, int m_value_index)static AttributeLoaderAttributeLoaderImpl. create(Sql context, String ref_loader_name, String ref_loader_package, String ref_class_name, String m_attr_name, int m_index, String ref_prev_attr_name, int ref_prev_index, int m_value_index)AttributeLoaderAttributeLoaderSetImpl. nullElement()AttributeLoaderAttributeLoaderImpl. oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition)AttributeLoaderAttributeLoaderImpl. R3007_follows_AttributeLoader()AttributeLoaderAttributeLoaderImpl. R3007_precedes_AttributeLoader()AttributeLoaderBooleanLoaderImpl. R3008_is_a_AttributeLoader()AttributeLoaderEnumeratorLoaderImpl. R3008_is_a_AttributeLoader()AttributeLoaderGeneralLoaderImpl. R3008_is_a_AttributeLoader()AttributeLoaderIntegerLoaderImpl. R3008_is_a_AttributeLoader()AttributeLoaderRealLoaderImpl. R3008_is_a_AttributeLoader()AttributeLoaderStringLoaderImpl. R3008_is_a_AttributeLoader()AttributeLoaderAttributeLoaderImpl. self()Methods in io.ciera.tool.sql.loader.impl that return types with arguments of type AttributeLoader Modifier and Type Method Description List<AttributeLoader>AttributeLoaderSetImpl. elements()Methods in io.ciera.tool.sql.loader.impl with parameters of type AttributeLoader Modifier and Type Method Description voidInstanceLoaderImpl. addR3006_loads_data_value_using_AttributeLoader(AttributeLoader inst)voidInstanceLoaderImpl. removeR3006_loads_data_value_using_AttributeLoader(AttributeLoader inst)voidAttributeLoaderImpl. setR3007_follows_AttributeLoader(AttributeLoader inst)voidAttributeLoaderImpl. setR3007_precedes_AttributeLoader(AttributeLoader inst)voidBooleanLoaderImpl. setR3008_is_a_AttributeLoader(AttributeLoader inst)voidEnumeratorLoaderImpl. setR3008_is_a_AttributeLoader(AttributeLoader inst)voidGeneralLoaderImpl. setR3008_is_a_AttributeLoader(AttributeLoader inst)voidIntegerLoaderImpl. setR3008_is_a_AttributeLoader(AttributeLoader inst)voidRealLoaderImpl. setR3008_is_a_AttributeLoader(AttributeLoader inst)voidStringLoaderImpl. setR3008_is_a_AttributeLoader(AttributeLoader inst)Method parameters in io.ciera.tool.sql.loader.impl with type arguments of type AttributeLoader Modifier and Type Method Description AttributeLoaderSetAttributeLoaderSetImpl. emptySet(Comparator<? super AttributeLoader> comp)Constructor parameters in io.ciera.tool.sql.loader.impl with type arguments of type AttributeLoader Constructor Description AttributeLoaderSetImpl(Comparator<? super AttributeLoader> comp)
-