-
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 // oracleparser.customized_keywords := gfmtopt.oracle_customized_keywords;
-
gfmtopt.oracle_customized_nonkeywords
-
gfmtopt.mssql_customized_keywords
-
gfmtopt.mssql_customized_nonkeywords
-
gfmtopt.mysql_customized_keywords
-
gfmtopt.mysql_customized_nonkeywords
-
gfmtopt.db2_customized_keywords
-
gfmtopt.db2_customized_nonkeywords
-
gfmtopt.access_customized_keywords
-
gfmtopt.access_customized_nonkeywords
-
gFmtOpt.wordSeparator, type of String
-
gfmtopt.DictionaryFile, type of String
-
gfmtopt.tableOrColumnCaseMappingFile, type of String