protected property DatabaseConnection::$temporaryNameIndex

An index used to generate unique temporary table names.

Type: integer

File

drupal/includes/database/database.inc, line 262
Core systems for the database layer.

Class

DatabaseConnection
Base Database API class.

Code

protected $temporaryNameIndex = 0;