module documentation

Self-updating data files for the MySQL lexer.

Unknown Field: copyright
Copyright 2006-2021 by the Pygments team, see AUTHORS.
Unknown Field: license
BSD, see LICENSE for details.
Constant MYSQL​_CONSTANTS Undocumented
Constant MYSQL​_DATATYPES Undocumented
Constant MYSQL​_FUNCTIONS Undocumented
Constant MYSQL​_KEYWORDS Undocumented
Constant MYSQL​_OPTIMIZER​_HINTS Undocumented
MYSQL_CONSTANTS: tuple[str, ...] =

Undocumented

Value
('false', 'null', 'true', 'unknown')
MYSQL_DATATYPES: tuple[str, ...] =

Undocumented

Value
('bigint',
 'bit',
 'bool',
 'boolean',
 'dec',
 'decimal',
 'double',
...
MYSQL_FUNCTIONS: tuple[str, ...] =

Undocumented

Value
('abs',
 'acos',
 'adddate',
 'addtime',
 'aes_decrypt',
 'aes_encrypt',
 'any_value',
...
MYSQL_KEYWORDS: tuple[str, ...] =

Undocumented

Value
('accessible',
 'account',
 'action',
 'active',
 'add',
 'admin',
 'after',
...
MYSQL_OPTIMIZER_HINTS: tuple[str, ...] =

Undocumented

Value
('bka',
 'bnl',
 'dupsweedout',
 'firstmatch',
 'group_index',
 'hash_join',
 'index',
...