Schema::$tableInformation

Same name in other branches
  1. 9 core/modules/pgsql/src/Driver/Database/pgsql/Schema.php \Drupal\pgsql\Driver\Database\pgsql\Schema::tableInformation
  2. 8.9.x core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php \Drupal\Core\Database\Driver\pgsql\Schema::tableInformation
  3. 11.x core/modules/pgsql/src/Driver/Database/pgsql/Schema.php \Drupal\pgsql\Driver\Database\pgsql\Schema::tableInformation

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

This is collected by Schema::queryTableInformation(), by introspecting the database.

Type: array

See also

\Drupal\pgsql\Driver\Database\pgsql\Schema::queryTableInformation()

File

core/modules/pgsql/src/Driver/Database/pgsql/Schema.php, line 34

Class

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

Namespace

Drupal\pgsql\Driver\Database\pgsql

Code

protected $tableInformation = [];

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