10 calls to Connection::query() in Zircon Profile 8
- Connection::handleQueryException in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Connection.php - Wraps and re-throws any PDO exception thrown by static::query().
- Connection::nextId in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Connection.php - Retrieves an unique ID from a given sequence.
- Connection::popCommittableTransactions in core/
lib/ Drupal/ Core/ Database/ Connection.php - Internal function: commit all the transaction layers that can commit.
- Connection::pushTransaction in core/
lib/ Drupal/ Core/ Database/ Connection.php - Increases the depth of transaction nesting.
- Connection::query in core/
lib/ Drupal/ Core/ Database/ Driver/ pgsql/ Connection.php - Executes a query string against the database.
- Connection::query in core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Connection.php - Executes a query string against the database.
- Connection::queryRange in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Connection.php - Runs a limited-range query on this database object.
- Connection::queryTemporary in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Connection.php - Runs a SELECT query and stores its results in a temporary table.
- Connection::rollback in core/
lib/ Drupal/ Core/ Database/ Connection.php - Rolls back the transaction entirely or to a named savepoint.
- Connection::__construct in core/
lib/ Drupal/ Core/ Database/ Driver/ sqlite/ Connection.php - Constructs a \Drupal\Core\Database\Driver\sqlite\Connection object.