You are here

protected property PostgresqlDateSql::$database in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php \Drupal\views\Plugin\views\query\PostgresqlDateSql::database

The database connection.

Type: \Drupal\Core\Database\Connection

File

core/modules/views/src/Plugin/views/query/PostgresqlDateSql.php, line 25

Class

PostgresqlDateSql
PostgreSQL-specific date handling.

Namespace

Drupal\views\Plugin\views\query

Code

protected $database;