DatabaseSchema::$defaultSchema

  1. drupal
    1. 7 includes/database/schema.inc

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.

See also

DatabaseSchema::getPrefixInfo()

File

includes/database/schema.inc, line 182
Generic Database schema code.

Code

protected $defaultSchema = 'public'
Login or register to post comments