Select.php
Namespace
Drupal\Core\Database\Driver\mysqlFile
-
core/
lib/ Drupal/ Core/ Database/ Driver/ mysql/ Select.php
View source
<?php
namespace Drupal\Core\Database\Driver\mysql;
use Drupal\Core\Database\Query\Select as QuerySelect;
/**
* MySQL implementation of \Drupal\Core\Database\Query\Select.
*/
class Select extends QuerySelect {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| Select | MySQL implementation of \Drupal\Core\Database\Query\Select. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.