Class TinyIntJdbcType

  • All Implemented Interfaces:
    Serializable, JdbcType

    public class TinyIntJdbcType
    extends Object
    implements JdbcType
    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