You are here

public function Connection::select in Service Container 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::select()

File

lib/Drupal/Core/Database/Connection.php, line 87
Contains \Drupal\Core\Database\Connection.

Class

Connection

Namespace

Drupal\Core\Database

Code

public function select($table, $alias = NULL, array $options = array()) {
  return $this->connection
    ->select($table, $alias, $options);
}