Class PLRuby::PL::Transaction
In: plruby.rb
Parent: Object

A transaction is created with the global function transaction

Only available with PostgreSQL >= 8.0

Methods

abort   commit  

Public Instance methods

abort the transaction

commit the transaction

[Validate]