Uses of Enum
io.trino.sql.tree.DateTimeDataType.Type
Packages that use DateTimeDataType.Type
-
Uses of DateTimeDataType.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return DateTimeDataType.TypeModifier and TypeMethodDescriptionDateTimeDataType.getType()static DateTimeDataType.TypeReturns the enum constant of this type with the specified name.static DateTimeDataType.Type[]DateTimeDataType.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.trino.sql.tree with parameters of type DateTimeDataType.TypeModifierConstructorDescriptionDateTimeDataType(NodeLocation location, DateTimeDataType.Type type, boolean withTimeZone, Optional<DataTypeParameter> precision) DateTimeDataType(Optional<NodeLocation> location, DateTimeDataType.Type type, boolean withTimeZone, Optional<DataTypeParameter> precision)