Connection.php

Namespace

Drupal\database_statement_monitoring_test\pgsql

File

core/modules/system/tests/modules/database_statement_monitoring_test/src/pgsql/Connection.php

View source
<?php

namespace Drupal\database_statement_monitoring_test\pgsql;

use Drupal\Core\Database\Driver\pgsql\Connection as BaseConnection;
use Drupal\database_statement_monitoring_test\LoggedStatementsTrait;

/**
 * PostgreSQL Connection class that can log executed queries.
 */
class Connection extends BaseConnection {
  use LoggedStatementsTrait;

}

Classes

Title Deprecated Summary
Connection PostgreSQL Connection class that can log executed queries.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.