DataObjects::Transaction
# File lib/do_mysql/transaction.rb, line 8 8: def begin_prepared 9: cmd = "XA START '#{id}'" 10: connection.create_command(cmd).execute_non_query 11: end
# File lib/do_mysql/transaction.rb, line 13 13: def commit_prepared 14: cmd = "XA COMMIT '#{id}'" 15: connection.create_command(cmd).execute_non_query 16: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.