You are here

public function Index::GetCode in Drupal driver for SQL Server and SQL Azure 8.2

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

Get the SQL statement to create this index.

Return value

string

File

src/Indexes/Index.php, line 64

Class

Index
Represents a database Index.

Namespace

Drupal\sqlsrv\Indexes

Code

public function GetCode() {
  return Utils::removeUtf8Bom($this->code);
}