Class VarlenaXMLRenderer

    • Method Detail

      • toString

        public String toString​(Object o)
        Description copied from interface: VarlenaWrapper
        Return a string describing this object in a way useful for debugging, prefixed with the name (abbreviated for comfort) of the class of the object passed in (the normal Java toString() method should pass this).

        Subclasses or consumers are encouraged to call this method and append further details specific to the subclass or consumer. The convention should be that the recursion will stop at some class that will actually construct the abbreviated class name of o and use it to prefix the returned value.

        Specified by:
        toString in interface VarlenaWrapper
        Parameters:
        o - An object whose class name (possibly abbreviated) should be used to prefix the returned string.
        Returns:
        Description of this object.
      • pin

        protected void pin()
                    throws SQLException
        Description copied from class: ByteBufferXMLReader
        Pin resources as needed during a reading operation.

        The implementation is also responsible for tracking whether this instance has been closed, and throwing an exception if so.

        Specified by:
        pin in class ByteBufferXMLReader
        Throws:
        SQLException