Class NationalizedTypeMappings


  • public final class NationalizedTypeMappings
    extends 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
    • Method Detail

      • toNationalizedTypeCode

        public static int toNationalizedTypeCode​(int jdbcCode)
      • getCorrespondingNationalizedCode

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