Method: Sequel::IBMDB::Connection#autocommit
- Defined in:
- lib/sequel/adapters/ibmdb.rb
permalink #autocommit ⇒ Object
Check whether the connection is in autocommit state or not.
54 55 56 |
# File 'lib/sequel/adapters/ibmdb.rb', line 54 def autocommit IBM_DB.autocommit(@conn) == 1 end |