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. |
gudusoft.gsqlparser.pp.utils | |
gudusoft.gsqlparser.scriptWriter |
Modifier and Type | Field and Description |
---|---|
ETokenType |
TSourceToken.tokentype
Uniquely identify the token type in a more meaningful way.
|
Modifier and Type | Method and Description |
---|---|
static ETokenType |
ETokenType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ETokenType[] |
ETokenType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
TSourceToken.isnonsolidtoken(ETokenType tokentype)
Space, return, comments are treated as non-solid token by default
|
Modifier and Type | Method and Description |
---|---|
static int |
SourceTokenSearcher.indexOf(TSourceTokenList list,
int startPos,
int endPos,
ETokenType type)
search the source token in the source token list from the top
|
Modifier and Type | Method and Description |
---|---|
void |
TScriptWriter.addOperator(String text,
ETokenType tokenType) |