Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
Modifier and Type | Method and Description |
---|---|
static EKeywordType |
TLexerDb2.getKeywordType(String keyword) |
static EKeywordType |
TLexerAnsi.getKeywordType(String keyword) |
static EKeywordType |
TLexerMssql.getKeywordType(String keyword) |
static EKeywordType |
TCustomLexer.getKeywordType(String keyword,
HashMap<String,Integer> keywordValueList,
HashMap<Integer,Integer> keywordTypeList)
Deprecated.
, please use keywordChecker.isKeyword() instead.
because there are so many non-reserved keywords in some databases, it's not suitable to put those
non-reserved keywords in lexer and parser.
|
static EKeywordType |
EKeywordType.valueOf(String name)
Returns 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.
|