13 calls to Connection::query()

Connection::nextId in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php
Retrieves an unique id from a given sequence.
Connection::nextId in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php
Retrieves an unique id from a given sequence.
Connection::nextIdDelete in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php
Connection::popCommittableTransactions in drupal/core/lib/Drupal/Core/Database/Connection.php
Internal function: commit all the transaction layers that can commit.
Connection::popCommittableTransactions in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php
Overridden to work around issues to MySQL not supporting transactional DDL.
Connection::pushTransaction in drupal/core/lib/Drupal/Core/Database/Connection.php
Increases the depth of transaction nesting.
Connection::queryRange in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php
Runs a limited-range query on this database object.
Connection::queryRange in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php
Runs a limited-range query on this database object.
Connection::queryTemporary in drupal/core/lib/Drupal/Core/Database/Driver/mysql/Connection.php
Runs a SELECT query and stores its results in a temporary table.
Connection::queryTemporary in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php
Runs a SELECT query and stores its results in a temporary table.
Connection::rollback in drupal/core/lib/Drupal/Core/Database/Connection.php
Rolls back the transaction entirely or to a named savepoint.
Connection::__construct in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php
Connection::__destruct in drupal/core/lib/Drupal/Core/Database/Driver/sqlite/Connection.php
Destructor for the SQLite connection.