Class ShortIntType

  • All Implemented Interfaces:
    Convertible<Short,​Integer>

    public class ShortIntType
    extends Object
    implements Convertible<Short,​Integer>
    Conversion type from Java Short to JDBC Integer. This conversion has default usage. Numeric type promotion some drivers keep the Short values as Integer
    Since:
    0.6.0
    Author:
    Alisson Gomes