类 LobTypeMappings


  • public final class LobTypeMappings
    extends Object
    作者:
    Steve Ebersole, Sanne Grinovero
    • 字段详细资料

      • INSTANCE

        @Deprecated
        public static final LobTypeMappings INSTANCE
        已过时。
        use the static method helpers instead.
        Singleton access
    • 方法详细资料

      • hasCorrespondingLobCode

        @Deprecated
        public boolean hasCorrespondingLobCode​(int jdbcTypeCode)
        已过时。
        参数:
        jdbcTypeCode -
        返回:
        true if corresponding Lob code exists; false otherwise.
      • getCorrespondingLobCode

        @Deprecated
        public int getCorrespondingLobCode​(int jdbcTypeCode)
        已过时。
        参数:
        jdbcTypeCode -
        返回:
        corresponding Lob code
      • isMappedToKnownLobCode

        public static boolean isMappedToKnownLobCode​(int jdbcTypeCode)
      • getLobCodeTypeMapping

        public static int getLobCodeTypeMapping​(int jdbcTypeCode)