Class V16WireOperations

    • Method Detail

      • readBatchCompletionResponse

        protected BatchCompletionResponse readBatchCompletionResponse​(XdrInputStream xdrIn)
                                                               throws java.sql.SQLException,
                                                                      java.io.IOException
        Description copied from class: AbstractWireOperations
        Reads the batch completion response (op_batch_cs) without reading the operation code itself.
        Overrides:
        readBatchCompletionResponse in class AbstractWireOperations
        Parameters:
        xdrIn - XDR input stream to read
        Returns:
        batch completion 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