You are here

public function Index::GetTable in Drupal driver for SQL Server and SQL Azure 8

Same name and namespace in other branches
  1. 8.2 src/Indexes/Index.php \Drupal\sqlsrv\Indexes\Index::GetTable()

Table name.

Return value

string

File

src/Indexes/Index.php, line 42

Class

Index
Represents a database Index.

Namespace

Drupal\sqlsrv\Indexes

Code

public function GetTable() {
  return $this->table;
}