Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
database.inc
»
DatabaseConnection
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
protected property DatabaseConnection::$schema
The schema object for this connection.
Type:
object
File
drupal/
includes/
database/
database.inc
, line 276
Core systems for the database layer.
Class
DatabaseConnection
Base Database API class.
Code
protected $schema =
NULL
;