类 AbstractLobCreator

    • 构造器详细资料

      • AbstractLobCreator

        public AbstractLobCreator()
    • 方法详细资料

      • wrap

        public Blob wrap​(Blob blob)
        从接口复制的说明: LobCreator
        Wrap the given blob in a serializable wrapper.
        指定者:
        wrap 在接口中 LobCreator
        参数:
        blob - The blob to be wrapped.
        返回:
        The wrapped blob which will be castable to Blob as well as WrappedBlob.
      • wrap

        public Clob wrap​(Clob clob)
        从接口复制的说明: LobCreator
        Wrap the given clob in a serializable wrapper.
        指定者:
        wrap 在接口中 LobCreator
        参数:
        clob - The clob to be wrapped.
        返回:
        The wrapped clob which will be castable to Clob as well as WrappedClob.
      • wrap

        public NClob wrap​(NClob nclob)
        从接口复制的说明: LobCreator
        Wrap the given nclob in a serializable wrapper.
        指定者:
        wrap 在接口中 LobCreator
        参数:
        nclob - The nclob to be wrapped.
        返回:
        The wrapped nclob which will be castable to NClob as well as WrappedNClob.