The constants defined in AnsiSqlKeywords are retained as static constants, even though we only need this list during initialization of the Dialect. Also, each keyword is defined as uppercase but will need to be lowercased at runtime; might as well define them shortcased and shortcut the need to lowercase. |