Uses of Enum
gudusoft.gsqlparser.EKeywordType
Packages that use EKeywordType
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.-
Uses of EKeywordType in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return EKeywordTypeModifier and TypeMethodDescriptionstatic EKeywordTypeTCustomLexer.getKeywordType(String keyword, HashMap<String, Integer> keywordValueList, HashMap<Integer, Integer> keywordTypeList) Deprecated., please use keywordChecker.isKeyword() instead.static EKeywordTypeTLexerAnsi.getKeywordType(String keyword) static EKeywordTypeTLexerathena.getKeywordType(String keyword) static EKeywordTypeTLexerBigquery.getKeywordType(String keyword) static EKeywordTypeTLexerClickhouse.getKeywordType(String keyword) static EKeywordTypeTLexerCouchbase.getKeywordType(String keyword) static EKeywordTypeTLexerDatabricks.getKeywordType(String keyword) static EKeywordTypeTLexerDax.getKeywordType(String keyword) static EKeywordTypeTLexerDb2.getKeywordType(String keyword) static EKeywordTypeTLexerGreenplum.getKeywordType(String keyword) static EKeywordTypeTLexerHana.getKeywordType(String keyword) static EKeywordTypeTLexerHive.getKeywordType(String keyword) static EKeywordTypeTLexerImpala.getKeywordType(String keyword) static EKeywordTypeTLexerInformix.getKeywordType(String keyword) static EKeywordTypeTLexerMdx.getKeywordType(String keyword) static EKeywordTypeTLexerMssql.getKeywordType(String keyword) static EKeywordTypeTLexerMysql.getKeywordType(String keyword) static EKeywordTypeTLexerNetezza.getKeywordType(String keyword) static EKeywordTypeTLexerOdbc.getKeywordType(String keyword) static EKeywordTypeTLexerOpenedge.getKeywordType(String keyword) static EKeywordTypeTLexerOracle.getKeywordType(String keyword) static EKeywordTypeTLexerPostgresql.getKeywordType(String keyword) static EKeywordTypeTLexerPresto.getKeywordType(String keyword) static EKeywordTypeTLexerRedshift.getKeywordType(String keyword) static EKeywordTypeTLexerSnowflake.getKeywordType(String keyword) static EKeywordTypeTLexerSoql.getKeywordType(String keyword) static EKeywordTypeTLexerSparksql.getKeywordType(String keyword) static EKeywordTypeTLexerSybase.getKeywordType(String keyword) static EKeywordTypeTLexerTeradata.getKeywordType(String keyword) static EKeywordTypeTLexerVertica.getKeywordType(String keyword) static EKeywordTypeReturns the enum constant of this type with the specified name.static EKeywordType[]EKeywordType.values()Returns an array containing the constants of this enum type, in the order they are declared.