Puts the abstracter in transaction mode using the Read Committed isolation level.
From this point, and until a call to Commit or Rollback, all SQL requests will be executed on the same connection and transaction.
Puts the abstracter in transaction mode using the given isolation level.
From this point, and until a call to Commit or Rollback, all SQL requests will be executed on the same connection and transaction.