You are here

Select.php in Zircon Profile 8

File

core/lib/Drupal/Core/Database/Driver/mysql/Select.php
View source
<?php

/**
 * @file
 * Contains \Drupal\Core\Database\Driver\mysql\Select.
 */
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

Namesort descending Description
Select MySQL implementation of \Drupal\Core\Database\Query\Select.