Method: JDBCHelper::Connection::Transaction#commit
- Defined in:
- lib/jdbc-helper/connection.rb
#commit ⇒ Object
Commits the transaction
439 440 441 442 |
# File 'lib/jdbc-helper/connection.rb', line 439 def commit @conn.commit raise Commit end |