public static enum TCustomSqlStatement.SqlNormalizationProfile extends Enum<TCustomSqlStatement.SqlNormalizationProfile>
!= to <>).'1970-01-01' to aid
grouping across different runs where only timestamps vary.| Enum Constant and Description |
|---|
GROUPING_FRIENDLY |
IDENTITY_SAFE |
| Modifier and Type | Method and Description |
|---|---|
static TCustomSqlStatement.SqlNormalizationProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TCustomSqlStatement.SqlNormalizationProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TCustomSqlStatement.SqlNormalizationProfile IDENTITY_SAFE
public static final TCustomSqlStatement.SqlNormalizationProfile GROUPING_FRIENDLY
public static TCustomSqlStatement.SqlNormalizationProfile[] values()
for (TCustomSqlStatement.SqlNormalizationProfile c : TCustomSqlStatement.SqlNormalizationProfile.values()) System.out.println(c);
public static TCustomSqlStatement.SqlNormalizationProfile valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null