| 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.util |
| Modifier and Type | Method and Description |
|---|---|
EResolverType |
TGSqlParser.getResolverType()
Get the resolver type used for name resolution.
|
static EResolverType |
EResolverType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EResolverType[] |
EResolverType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TGSqlParser.setResolverType(EResolverType resolverType)
Set the resolver type to use for name resolution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TGetTableColumn.setResolverType(EResolverType resolverType) |