Select.php

Namespace

Drupal\driver_test\Driver\Database\DrivertestPgsql

File

core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Select.php

View source
<?php

namespace Drupal\driver_test\Driver\Database\DrivertestPgsql;

use Drupal\Core\Database\Driver\pgsql\Select as CoreSelect;

/**
 * PostgreSQL implementation of \Drupal\Core\Database\Query\Select.
 */
class Select extends CoreSelect {

}

Classes

Title Deprecated Summary
Select PostgreSQL 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.