Method: Sequel::IBMDB::Connection#autocommit

Defined in:
lib/sequel/adapters/ibmdb.rb

#autocommitObject

Check whether the connection is in autocommit state or not.

[View source]

54
55
56
# File 'lib/sequel/adapters/ibmdb.rb', line 54

def autocommit
  IBM_DB.autocommit(@conn) == 1
end