6 calls to Connection::inTransaction()
- Connection::addSavepoint in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Connection.php - Add a new savepoint with a unique name.
- Connection::pushTransaction in core/
lib/ Drupal/ Core/ Database/ Connection.php - Increases the depth of transaction nesting.
- Connection::query in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Connection.php - Executes a query string against the database.
- Connection::releaseSavepoint in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Connection.php - Release a savepoint by name.
- Connection::rollBack in core/
lib/ Drupal/ Core/ Database/ Connection.php - Rolls back the transaction entirely or to a named savepoint.
- Connection::rollbackSavepoint in core/
modules/ pgsql/ src/ Driver/ Database/ pgsql/ Connection.php - Rollback a savepoint by name if it exists.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.