| 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 TCustomSqlStatement.SqlNormalizationProfile |
TCustomSqlStatement.SqlNormalizationProfile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCustomSqlStatement.SqlNormalizationProfile[] |
TCustomSqlStatement.SqlNormalizationProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TCustomSqlStatement.computeSqlHash(TCustomSqlStatement.SqlNormalizationProfile profile,
String normVersion)
Compute a SQL hash using the given normalization profile and version.
|
String |
TCustomSqlStatement.toNormalizedSql(TCustomSqlStatement.SqlNormalizationProfile profile)
Produce a normalized textual representation of this statement according
to the supplied profile.
|