module documentation

pygments.lexers._mysql_builtins ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Self-updating data files for the MySQL lexer. Run with `python -I` to update. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :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, ...] = (source)

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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