Class LobTypeMappings


  • public final class LobTypeMappings
    extends java.lang.Object
    • Field Detail

      • INSTANCE

        @Deprecated
        public static final LobTypeMappings INSTANCE
        Deprecated.
        use the static method helpers instead.
        Singleton access
    • Method Detail

      • hasCorrespondingLobCode

        @Deprecated
        public boolean hasCorrespondingLobCode​(int jdbcTypeCode)
        Parameters:
        jdbcTypeCode -
        Returns:
        true if corresponding Lob code exists; false otherwise.
      • getCorrespondingLobCode

        @Deprecated
        public int getCorrespondingLobCode​(int jdbcTypeCode)
        Parameters:
        jdbcTypeCode -
        Returns:
        corresponding Lob code
      • isMappedToKnownLobCode

        public static boolean isMappedToKnownLobCode​(int jdbcTypeCode)
      • getLobCodeTypeMapping

        public static int getLobCodeTypeMapping​(int jdbcTypeCode)