# File lib/dbd_db2/DB2.rb, line 179 def commit rc = SQLEndTran(SQL_HANDLE_DBC, @handle, SQL_COMMIT) error(rc, "Could not commit transaction") end