Method: Sequel::Postgres::DatabaseMethods#rollback_prepared_transaction
- Defined in:
- lib/sequel/adapters/shared/postgres.rb
#rollback_prepared_transaction(transaction_id, opts = OPTS) ⇒ Object
743 744 745 |
# File 'lib/sequel/adapters/shared/postgres.rb', line 743 def rollback_prepared_transaction(transaction_id, opts=OPTS) run("ROLLBACK PREPARED #{literal(transaction_id)}", opts) end |