Package | Description |
---|---|
gudusoft.gsqlparser |
Provides the class
gudusoft.gsqlparser.TGSqlParserr necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects. |
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 |
---|---|
void |
TScriptWriter.addOperator(String text,
ETokenType tokenType) |
Copyright © 2019. All rights reserved.