Uses of Interface
io.ciera.tool.sql.loader.IntegerSerializer
Packages that use IntegerSerializer
-
Uses of IntegerSerializer in io.ciera.tool
Methods in io.ciera.tool with parameters of type IntegerSerializerModifier and TypeMethodDescriptionvoidSql.relate_R3004_IntegerSerializer_is_a_AttributeSerializer(IntegerSerializer form, AttributeSerializer part) voidSqlSqlLoader.serialize_3004(IntegerSerializer integerserializer_inst, PrintStream out) voidSqlSqlLoader.serialize_IntegerSerializer(IntegerSerializer integerserializer_inst, PrintStream out) voidSql.unrelate_R3004_IntegerSerializer_is_a_AttributeSerializer(IntegerSerializer form, AttributeSerializer part) -
Uses of IntegerSerializer in io.ciera.tool.sql.loader
Methods in io.ciera.tool.sql.loader that return IntegerSerializerMethods in io.ciera.tool.sql.loader with parameters of type IntegerSerializerModifier and TypeMethodDescriptiondefault voidAttributeSerializer.setR3004_is_a_IntegerSerializer(IntegerSerializer inst) -
Uses of IntegerSerializer in io.ciera.tool.sql.loader.impl
Classes in io.ciera.tool.sql.loader.impl that implement IntegerSerializerFields in io.ciera.tool.sql.loader.impl declared as IntegerSerializerModifier and TypeFieldDescriptionstatic final IntegerSerializerIntegerSerializerImpl.EMPTY_INTEGERSERIALIZERMethods in io.ciera.tool.sql.loader.impl that return IntegerSerializerModifier and TypeMethodDescriptionstatic IntegerSerializerstatic IntegerSerializerIntegerSerializerImpl.create(Sql context, io.ciera.runtime.summit.types.UniqueId instanceId, String ref_loader_name, String ref_loader_package, String ref_class_name, String ref_attr_name, String m_value, String m_value2) static IntegerSerializerIntegerSerializerImpl.create(Sql context, String ref_loader_name, String ref_loader_package, String ref_class_name, String ref_attr_name, String m_value, String m_value2) IntegerSerializerSetImpl.nullElement()IntegerSerializerImpl.oneWhere(io.ciera.runtime.summit.types.IWhere<io.ciera.runtime.summit.types.IXtumlType> condition) AttributeSerializerImpl.R3004_is_a_IntegerSerializer()IntegerSerializerImpl.self()Methods in io.ciera.tool.sql.loader.impl that return types with arguments of type IntegerSerializerMethods in io.ciera.tool.sql.loader.impl with parameters of type IntegerSerializerModifier and TypeMethodDescriptionvoidAttributeSerializerImpl.setR3004_is_a_IntegerSerializer(IntegerSerializer inst) Method parameters in io.ciera.tool.sql.loader.impl with type arguments of type IntegerSerializerModifier and TypeMethodDescriptionIntegerSerializerSetImpl.emptySet(Comparator<? super IntegerSerializer> comp) Constructor parameters in io.ciera.tool.sql.loader.impl with type arguments of type IntegerSerializerModifierConstructorDescriptionIntegerSerializerSetImpl(Comparator<? super IntegerSerializer> comp)