protected property 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 29

Class

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

Namespace

Drupal\Core\Database\Driver\pgsql

Code

protected $tableInformation = array();

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Database!Driver!pgsql!Schema.php/property/Schema::tableInformation/8.1.x