Class V16Statement

    • Constructor Detail

      • V16Statement

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

      • sendExecute

        protected void sendExecute​(int operation,
                                   RowValue parameters)
                            throws java.io.IOException,
                                   java.sql.SQLException
        Description copied from class: V10Statement
        Sends the execute (for op_execute or op_execute2) to the database.
        Overrides:
        sendExecute in class V10Statement
        Parameters:
        operation - Operation (op_execute or op_execute2)
        parameters - Parameters
        Throws:
        java.io.IOException
        java.sql.SQLException