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\Core\Database\Driver\pgsql\Schema::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();
doc_Drupal
2016-10-29 09:39:41
Comments
Leave a Comment

Please login to continue.