You are here

protected property Schema::$tableInformation in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php \Drupal\Core\Database\Driver\pgsql\Schema::tableInformation

A cache of information about blob columns and sequences of tables.

This is collected by DatabaseConnection_pgsql->queryTableInformation(), by introspecting the database.

Type: array

See also

DatabaseConnection_pgsql->queryTableInformation()

File

core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php, line 34
Contains \Drupal\Core\Database\Driver\pgsql\Schema.

Class

Schema
PostgreSQL implementation of \Drupal\Core\Database\Schema.

Namespace

Drupal\Core\Database\Driver\pgsql

Code

protected $tableInformation = array();