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

drupal/core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php, line 32
Definition of Drupal\Core\Database\Driver\pgsql\Schema

Class

Schema

Namespace

Drupal\Core\Database\Driver\pgsql

Code

protected $tableInformation = array();