You are here

constant Schema::COMPUTED_PK_COLUMN_INDEX in Drupal driver for SQL Server and SQL Azure 4.2.x

Same name and namespace in other branches
  1. 3.1.x src/Driver/Database/sqlsrv/Schema.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Schema::COMPUTED_PK_COLUMN_INDEX
  2. 4.0.x src/Driver/Database/sqlsrv/Schema.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Schema::COMPUTED_PK_COLUMN_INDEX
  3. 4.1.x src/Driver/Database/sqlsrv/Schema.php \Drupal\sqlsrv\Driver\Database\sqlsrv\Schema::COMPUTED_PK_COLUMN_INDEX

Computed primary key index.

File

src/Driver/Database/sqlsrv/Schema.php, line 81

Class

Schema

Namespace

Drupal\sqlsrv\Driver\Database\sqlsrv

Code

const COMPUTED_PK_COLUMN_INDEX = '__ix_pkc';