protected property Connection::$willRollback

Whether or not the active transaction (if any) will be rolled back.

Type: boolean

File

drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php, line 47
Definition of Drupal\Core\Database\Driver\sqlite\Connection

Class

Connection
Specific SQLite implementation of DatabaseConnection.

Namespace

Drupal\Core\Database\Driver\sqlite

Code

protected $willRollback;