Uses of Enum
gudusoft.gsqlparser.TCustomSqlStatement.SqlNormalizationProfile
Packages that use TCustomSqlStatement.SqlNormalizationProfile
Package
Description
Provides the class
TGSqlParser necessary to create a SQL Parser and the classes a SQL Parser uses
internally to handle different SQL dialects.-
Uses of TCustomSqlStatement.SqlNormalizationProfile in gudusoft.gsqlparser
Methods in gudusoft.gsqlparser that return TCustomSqlStatement.SqlNormalizationProfileModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.TCustomSqlStatement.SqlNormalizationProfile.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gudusoft.gsqlparser with parameters of type TCustomSqlStatement.SqlNormalizationProfileModifier and TypeMethodDescriptionTCustomSqlStatement.computeSqlHash(TCustomSqlStatement.SqlNormalizationProfile profile, String normVersion) Compute a SQL hash using the given normalization profile and version.TCustomSqlStatement.toNormalizedSql(TCustomSqlStatement.SqlNormalizationProfile profile) Produce a normalized textual representation of this statement according to the supplied profile.