Class V19WireOperations

    • Method Detail

      • readInlineBlobResponse

        protected InlineBlobResponse readInlineBlobResponse​(XdrInputStream xdrIn)
                                                     throws java.sql.SQLException,
                                                            java.io.IOException
        Description copied from class: AbstractWireOperations
        Reads the inline blob response (op_inline_blob) without reading the operation code itself.
        Overrides:
        readInlineBlobResponse in class AbstractWireOperations
        Parameters:
        xdrIn - XDR input stream to read
        Returns:
        inline blob response
        Throws:
        java.sql.SQLException - for errors reading the response from the connection
        java.sql.SQLFeatureNotSupportedException - when the protocol version does not support this response
        java.io.IOException - for errors reading the response from the connection