DatabaseSchema::$defaultSchema

Definition of prefixInfo array structure.

Rather than redefining DatabaseSchema::getPrefixInfo() for each driver, by defining the defaultSchema variable only MySQL has to re-write the method.

Type: defaultSchema

See also

DatabaseSchema::getPrefixInfo()

File

includes/database/schema.inc, line 193

Class

DatabaseSchema
Base class for database schema definitions.

Code

protected $defaultSchema = 'public';

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.