Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Schema.php

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 35

Class

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

Namespace

Drupal\pgsql\Driver\Database\pgsql

Code

protected $tableInformation = [];
RSS feed
Powered by Drupal