Class V19Statement

    • Constructor Detail

      • V19Statement

        public V19Statement​(FbWireDatabase database)
        Creates a new instance of V19Statement for the specified database.
        Parameters:
        database - FbWireDatabase implementation
    • Method Detail

      • sendExecuteMsg

        protected void sendExecuteMsg​(XdrOutputStream xdrOut,
                                      int operation,
                                      RowValue parameters)
                               throws java.io.IOException,
                                      java.sql.SQLException
        Description copied from class: V10Statement
        Sends the execute message (struct p_sqldata) to the server, without flushing.

        The caller is responsible for obtaining and releasing the transmit lock.

        Overrides:
        sendExecuteMsg in class V18Statement
        Parameters:
        xdrOut - XDR output stream
        operation - operation (op_execute or op_execute2)
        parameters - parameter values
        Throws:
        java.io.IOException
        java.sql.SQLException
      • getMaxInlineBlobSize

        protected int getMaxInlineBlobSize()