You are here

public function Connection::getTempTablePrefix in Drupal driver for SQL Server and SQL Azure 3.0.x

The temporary table prefix.

Return value

string The temporary table prefix.

File

drivers/lib/Drupal/Driver/Database/sqlsrv/Connection.php, line 826

Class

Connection
Sqlsvr implementation of \Drupal\Core\Database\Connection.

Namespace

Drupal\Driver\Database\sqlsrv

Code

public function getTempTablePrefix() {
  return $this->tempTablePrefix;
}