protected property DatabaseSchema_pgsql::$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
- includes/database/pgsql/schema.inc, line 24
- Database schema code for PostgreSQL database servers.
Class
Code
protected $tableInformation = array();
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!database!pgsql!schema.inc/property/DatabaseSchema_pgsql::tableInformation/7.x