Search for rollBack
- Search 9.5.x for rollBack
- Search 8.9.x for rollBack
- Search 10.3.x for rollBack
- Search 11.x for rollBack
- Other projects
| Title | Object type | File name | Summary | 
|---|---|---|---|
| DatabaseConnection::rollback | function | includes/ | Rolls back the transaction entirely or to a named savepoint. | 
| DatabaseConnection_mysql::rollback | function | includes/ | Rolls back the transaction entirely or to a named savepoint. | 
| DatabaseConnection_sqlite::$willRollback | property | includes/ | Whether or not the active transaction (if any) will be rolled back. | 
| DatabaseConnection_sqlite::rollback | function | includes/ | Rolls back the transaction entirely or to a named savepoint. | 
| DatabaseTransaction::rollback | function | includes/ | Rolls back the current transaction. | 
| DatabaseTransactionTestCase::rollBackWithoutTransactionErrorHandler | function | modules/ | Special handling of "rollback without transaction" errors. | 
| DatabaseTransactionTestCase::testTransactionRollBackNotSupported | function | modules/ | Test transaction rollback on a database that does not support transactions. | 
| DatabaseTransactionTestCase::testTransactionRollBackSupported | function | modules/ | Test transaction rollback on a database that supports transactions. | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
