Interface WrappedNClob

  • All Superinterfaces:
    WrappedClob

    public interface WrappedNClob
    extends WrappedClob
    Contract for NClob wrappers.
    • Method Detail

      • getWrappedClob

        @Deprecated
        java.sql.NClob getWrappedClob()
        Deprecated.
        Use getWrappedNClob() instead
        Retrieve the wrapped Blob reference
        Specified by:
        getWrappedClob in interface WrappedClob
        Returns:
        The wrapped Blob reference
      • getWrappedNClob

        java.sql.NClob getWrappedNClob()
        Retrieve the wrapped Blob reference
        Returns:
        The wrapped Blob reference