protected property DatabaseConnection::$temporaryNameIndex in Drupal 7
An index used to generate unique temporary table names.
Type: integer
File
- includes/
database/ database.inc, line 262 - Core systems for the database layer.
Class
- DatabaseConnection
- Base Database API class.
Code
protected $temporaryNameIndex = 0;