# File lib/dbd/pg/database.rb, line 313
    def _exec_prepared(stmt_name, *parameters)
        @pgexec.exec_prepared(stmt_name, parameters)
    end