public function Connection::prepare in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::prepare()
File
- lib/
Drupal/ Core/ Database/ Connection.php, line 203 - Contains \Drupal\Core\Database\Connection.
Class
Namespace
Drupal\Core\DatabaseCode
public function prepare($statement, array $driver_options = array()) {
return $this->connection
->nextId($statement, $driver_options);
}