-
Notifications
You must be signed in to change notification settings - Fork 13
SQL capitalization
-
gfmtopt.case_keywords(Dephi), gFmtOpt.caseKeywords(Java), type of TCaseOption, default is upper
-
gfmtopt.case_datatype(Dephi), gFmtOpt.caseDatatype(Java), type of TCaseOption, default is upper
-
gfmtopt.case_funcname(Dephi), gFmtOpt.caseFuncname(Java), type of TCaseOption, default is initCap
-
gfmtopt.case_builtinfunc(Dephi), type of TCaseOption, default is initCap
-
gfmtopt.case_identifier(Dephi), gFmtOpt.caseIdentifier(Java), type of TCaseOption, default is nochange
-
gfmtopt.case_table_name(Dephi), type of TCaseOption, default is nochange
-
gfmtopt.case_column_name(Dephi), type of TCaseOption, default is nochange
-
gfmtopt.case_prefix_identitfer(Dephi), type of TCaseOption, default is nochange
-
gfmtopt.case_quoted_identifier(Dephi), type of TCaseOption, default is nochange
-
gfmtopt.case_alias_name(Dephi), type of TCaseOption, default is nochange
-
gfmtopt.case_column_alias(Dephi), type of TCaseOption, default is nochange
-
gfmtopt.case_variable_name(Dephi), type of TCaseOption, default is nochange
-
gfmtopt.identifier_prefix_list, type of String
-
gfmtopt.oracle_customized_keywords(Dephi) // oracleparser.customized_keywords := gfmtopt.oracle_customized_keywords;
-
gfmtopt.oracle_customized_nonkeywords(Dephi)
-
gfmtopt.mssql_customized_keywords(Dephi)
-
gfmtopt.mssql_customized_nonkeywords(Dephi)
-
gfmtopt.mysql_customized_keywords(Dephi)
-
gfmtopt.mysql_customized_nonkeywords(Dephi)
-
gfmtopt.db2_customized_keywords(Dephi)
-
gfmtopt.db2_customized_nonkeywords(Dephi)
-
gfmtopt.access_customized_keywords(Dephi)
-
gfmtopt.access_customized_nonkeywords(Dephi)
-
gFmtOpt.wordSeparator(Dephi), type of String
-
gfmtopt.DictionaryFile(Dephi), type of String
-
gfmtopt.tableOrColumnCaseMappingFile(Dephi), type of String