public static enum SnowflakeDateTimeFormat.ElementType extends Enum<SnowflakeDateTimeFormat.ElementType>
| Modifier and Type | Method and Description |
|---|---|
String |
getJavaFormat() |
String |
getSqlFormat() |
static SnowflakeDateTimeFormat.ElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SnowflakeDateTimeFormat.ElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnowflakeDateTimeFormat.ElementType Year2digit_ElementType
public static final SnowflakeDateTimeFormat.ElementType Year_ElementType
public static final SnowflakeDateTimeFormat.ElementType Month_ElementType
public static final SnowflakeDateTimeFormat.ElementType MonthAbbrev_ElementType
public static final SnowflakeDateTimeFormat.ElementType MonthFullName_ElementType
public static final SnowflakeDateTimeFormat.ElementType DayOfMonth_ElementType
public static final SnowflakeDateTimeFormat.ElementType DayOfWeekAbbrev_ElementType
public static final SnowflakeDateTimeFormat.ElementType Hour24_ElementType
public static final SnowflakeDateTimeFormat.ElementType Hour12_ElementType
public static final SnowflakeDateTimeFormat.ElementType Hour_ElementType
public static final SnowflakeDateTimeFormat.ElementType Ante_Meridiem_ElementType
public static final SnowflakeDateTimeFormat.ElementType Post_Meridiem_ElementType
public static final SnowflakeDateTimeFormat.ElementType Minute_ElementType
public static final SnowflakeDateTimeFormat.ElementType Second_ElementType
public static final SnowflakeDateTimeFormat.ElementType MilliSecond_ElementType
public static final SnowflakeDateTimeFormat.ElementType TZOffsetHourColonMin_ElementType
public static final SnowflakeDateTimeFormat.ElementType TZOffsetHourMin_ElementType
public static final SnowflakeDateTimeFormat.ElementType TZOffsetHourOnly_ElementType
public static final SnowflakeDateTimeFormat.ElementType TZAbbr_ElementType
public static SnowflakeDateTimeFormat.ElementType[] values()
for (SnowflakeDateTimeFormat.ElementType c : SnowflakeDateTimeFormat.ElementType.values()) System.out.println(c);
public static SnowflakeDateTimeFormat.ElementType 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 nullpublic String getSqlFormat()
public String getJavaFormat()
Copyright © 2020. All rights reserved.