You are here

private property Connection::$reservedKeyWords in Drupal driver for SQL Server and SQL Azure 3.1.x

The list of SQLServer reserved key words.

Type: array

File

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

Class

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

Namespace

Drupal\sqlsrv\Driver\Database\sqlsrv

Code

private $reservedKeyWords = [
  'action',
  'admin',
  'alias',
  'any',
  'are',
  'array',
  'at',
  'begin',
  'boolean',
  'class',
  'commit',
  'contains',
  'current',
  'data',
  'date',
  'day',
  'depth',
  'domain',
  'external',
  'file',
  'full',
  'function',
  'get',
  'go',
  'host',
  'input',
  'language',
  'last',
  'less',
  'local',
  'map',
  'min',
  'module',
  'new',
  'no',
  'object',
  'old',
  'open',
  'operation',
  'parameter',
  'parameters',
  'path',
  'plan',
  'prefix',
  'proc',
  'public',
  'ref',
  'result',
  'returns',
  'role',
  'row',
  'rule',
  'save',
  'search',
  'second',
  'section',
  'session',
  'size',
  'state',
  'statistics',
  'temporary',
  'than',
  'time',
  'timestamp',
  'tran',
  'translate',
  'translation',
  'trim',
  'user',
  'value',
  'variable',
  'view',
  'without',
];