You are here

protected property Connection::$temporaryNameIndex in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Database/Connection.php \Drupal\Core\Database\Connection::temporaryNameIndex

An index used to generate unique temporary table names.

Type: int

Deprecated

in drupal:9.3.0 and is removed from drupal:10.0.0. There is no replacement.

See also

https://www.drupal.org/node/3211781

File

core/lib/Drupal/Core/Database/Connection.php, line 112

Class

Connection
Base Database API class.

Namespace

Drupal\Core\Database

Code

protected $temporaryNameIndex = 0;