protected property DatabaseSchema_pgsql::$tableInformation in Drupal 7
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
- includes/
database/ pgsql/ schema.inc, line 24 - Database schema code for PostgreSQL database servers.
Class
Code
protected $tableInformation = array();