function PDOConnection::commit

File

core/modules/sqlite/src/Driver/Database/sqlite/PDOConnection.php, line 42

Class

PDOConnection
SQLite-specific implementation of a PDO connection.

Namespace

Drupal\sqlite\Driver\Database\sqlite

Code

public function commit() : bool {
  return $this->exec('COMMIT') !== FALSE;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.