You are here

protected property Schema::$tempNamespaceName in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php \Drupal\Core\Database\Driver\pgsql\Schema::tempNamespaceName

PostgreSQL's temporary namespace name.

Type: string

File

core/lib/Drupal/Core/Database/Driver/pgsql/Schema.php, line 45

Class

Schema
PostgreSQL implementation of \Drupal\Core\Database\Schema.

Namespace

Drupal\Core\Database\Driver\pgsql

Code

protected $tempNamespaceName;