Method: Sequel::IBMDB::Connection#commit
- Defined in:
- lib/sequel/adapters/ibmdb.rb
permalink #commit ⇒ Object
Commit the currently outstanding transaction on this connection.
69 70 71 |
# File 'lib/sequel/adapters/ibmdb.rb', line 69 def commit IBM_DB.commit(@conn) end |