An index used to generate unique temporary table names.
Type: int
File
- core/lib/Drupal/Core/Database/Connection.php, line 90
Class
- Connection
- Base Database API class.
Namespace
Drupal\Core\Database
Code
protected $temporaryNameIndex = 0;
An index used to generate unique temporary table names.
Type: int
Drupal\Core\Database
protected $temporaryNameIndex = 0;
Please login to continue.