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.nodes |
Provides the classes represents various SQL query parse tree node.
|
Modifier and Type | Method and Description |
---|---|
static ELiteralType |
ELiteralType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ELiteralType[] |
ELiteralType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ELiteralType |
TConstant.getLiteralType()
get type of this constant, can be strings, integers, and floating point numbers and more.
|
Modifier and Type | Method and Description |
---|---|
void |
TConstant.setLiteralType(ELiteralType literalType)
The type of this constant.
|
Constructor and Description |
---|
TConstant(ELiteralType pLiteralType)
Class constructor, set the type of this constant while creating a new instance of the constant
|
TConstant(ELiteralType literalType,
TSourceToken valueToken)
Class constructor, set the type and value of this constant when creating a new instance of the constant
|
TConstant(ELiteralType literalType,
TSourceToken valueToken,
EIntervalType intervalType)
Class constructor, set the type and value of this constant when creating a new instance of the constant.
|
Copyright © 2019. All rights reserved.