public static enum TTeradataPeriodForClause.ETemporalType extends Enum<TTeradataPeriodForClause.ETemporalType>
| Enum Constant and Description |
|---|
none
No temporal type specified (basic PERIOD FOR)
|
transactiontime
AS TRANSACTIONTIME - system versioning
|
validtime
AS VALIDTIME - business effective dating
|
| Modifier and Type | Method and Description |
|---|---|
static TTeradataPeriodForClause.ETemporalType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TTeradataPeriodForClause.ETemporalType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TTeradataPeriodForClause.ETemporalType none
public static final TTeradataPeriodForClause.ETemporalType validtime
public static final TTeradataPeriodForClause.ETemporalType transactiontime
public static TTeradataPeriodForClause.ETemporalType[] values()
for (TTeradataPeriodForClause.ETemporalType c : TTeradataPeriodForClause.ETemporalType.values()) System.out.println(c);
public static TTeradataPeriodForClause.ETemporalType 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