SQL capitalization Prefixed Identifier - sqlparser/sql-pretty-printer GitHub Wiki
Delphi
- gfmtopt.case_prefix_identitfer, type of TCaseOption
Java
- TODO
Uniform
-
Prefixed identifier
Option: fmt104_case_prefixed_identifier = lower, type: TFmtCase.
Prefixed identifier is user defined identifier. For example, you can define identifier start with fn_ as SQL Server system function. This format option apply to all prefixed identifiers.
SELECT * FROM fn_virtualfilestats(DB_ID(N'AdventureWorks2012'), 2);