Class BlobStore.ClobRefImpl

    • Constructor Detail

      • ClobRefImpl

        ClobRefImpl​(long reference_id,
                    byte type,
                    long size,
                    boolean open_for_write)
        Constructs the ClobRef implementation.
    • Method Detail

      • getReader

        public java.io.Reader getReader()
        Description copied from interface: StringAccessor
        Returns a Reader that allows the string to be read sequentually from start to finish.
        Specified by:
        getReader in interface StringAccessor
      • toString

        public java.lang.String toString()
        Description copied from interface: StringAccessor
        Returns this string as a java.lang.String object. Some care may be necessary with this call because a very large string will require a lot space on the heap.
        Specified by:
        toString in interface StringAccessor
        Overrides:
        toString in class java.lang.Object