protected property DatabaseConnection::$temporaryNameIndex

An index used to generate unique temporary table names.

Type: integer

File

drupal-7.x/includes/database/database.inc, line 260
Core systems for the database layer.

Class

DatabaseConnection
Base Database API class.

Code

protected $temporaryNameIndex = 0;