class PLRuby::PL::Transaction
A transaction is created with the global function transaction
Only available with PostgreSQL >= 8.0
Public Instance Methods
abort()
click to toggle source
abort the transaction
# File plruby.rb, line 1008 def abort end
commit()
click to toggle source
commit the transaction
# File plruby.rb, line 1012 def commit end