Class TinyIntTypeDescriptor

  • All Implemented Interfaces:
    java.io.Serializable, SqlTypeDescriptor

    public class TinyIntTypeDescriptor
    extends java.lang.Object
    implements SqlTypeDescriptor
    Descriptor for TINYINT handling.

    Note that JDBC states that TINYINT should be mapped to either byte or short, but points out that using byte can in fact lead to loss of data.

    See Also:
    Serialized Form