You are here

public function Index::GetName 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::GetName()

Index name.

Return value

string

File

src/Indexes/Index.php, line 51

Class

Index
Represents a database Index.

Namespace

Drupal\sqlsrv\Indexes

Code

public function GetName() {
  return $this->name;
}