Class NationalizedTypeMappings


  • public final class NationalizedTypeMappings
    extends java.lang.Object
    Manages a mapping between nationalized and non-nationalized variants of JDBC types. At the moment we only care about being able to map non-nationalized codes to the corresponding nationalized equivalent, so that's all we implement for now
    • Field Detail

      • INSTANCE

        @Deprecated
        public static final NationalizedTypeMappings INSTANCE
        Deprecated.
        use the static methods instead
        Singleton access
    • Method Detail

      • toNationalizedTypeCode

        public static int toNationalizedTypeCode​(int jdbcCode)
      • getCorrespondingNationalizedCode

        @Deprecated
        public int getCorrespondingNationalizedCode​(int jdbcCode)
        Parameters:
        jdbcCode -
        Returns: