public static class Types.TimestampType extends Type.DateTimeType
Type.ComplexType, Type.DateTimeType, Type.FractionType, Type.IntegralType, Type.IntervalType, Type.Name, Type.NumericType, Type.PrimitiveType
Modifier and Type | Method and Description |
---|---|
boolean |
hasTimeZone() |
Type.Name |
name() |
java.lang.String |
simpleString() |
static Types.TimestampType |
withoutTimeZone() |
static Types.TimestampType |
withTimeZone() |
public static Types.TimestampType withTimeZone()
Types.TimestampType
with time zone.public static Types.TimestampType withoutTimeZone()
Types.TimestampType
without time zone.public boolean hasTimeZone()
public Type.Name name()
public java.lang.String simpleString()