module documentation

These are manually translated lists from https://msdn.microsoft.com.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant FUNCTIONS Undocumented
Constant KEYWORDS Undocumented
Constant OPERATOR​_WORDS Undocumented
Constant OPERATORS Undocumented
Constant TYPES Undocumented
Constant ​_KEYWORDS​_FUTURE Undocumented
Constant ​_KEYWORDS​_ODBC Undocumented
Constant ​_KEYWORDS​_SERVER Undocumented
FUNCTIONS: tuple[str, ...] =

Undocumented

Value
('$partition',
 'abs',
 'acos',
 'app_name',
 'applock_mode',
 'applock_test',
 'ascii',
...
KEYWORDS =

Undocumented

Value
sorted(set((_KEYWORDS_FUTURE+_KEYWORDS_ODBC)+_KEYWORDS_SERVER))
OPERATOR_WORDS: tuple[str, ...] =

Undocumented

Value
('all',
 'and',
 'any',
 'between',
 'except',
 'exists',
 'in',
...
OPERATORS: tuple[str, ...] =

Undocumented

Value
('!<',
 '!=',
 '!>',
 '<',
 '<=',
 '<>',
 '=',
...
TYPES: tuple[str, ...] =

Undocumented

Value
('bigint',
 'binary',
 'bit',
 'char',
 'cursor',
 'date',
 'datetime',
...
_KEYWORDS_FUTURE: tuple[str, ...] =

Undocumented

Value
('absolute',
 'action',
 'admin',
 'after',
 'aggregate',
 'alias',
 'allocate',
...
_KEYWORDS_ODBC: tuple[str, ...] =

Undocumented

Value
('absolute',
 'action',
 'ada',
 'add',
 'all',
 'allocate',
 'alter',
...
_KEYWORDS_SERVER: tuple[str, ...] =

Undocumented

Value
('add',
 'all',
 'alter',
 'and',
 'any',
 'as',
 'asc',
...