Uses of Class
io.trino.sql.tree.DateTimeDataType.Type
-
Packages that use DateTimeDataType.Type Package Description io.trino.sql.tree -
-
Uses of DateTimeDataType.Type in io.trino.sql.tree
Methods in io.trino.sql.tree that return DateTimeDataType.Type Modifier and Type Method Description DateTimeDataType.TypeDateTimeDataType. getType()static DateTimeDataType.TypeDateTimeDataType.Type. valueOf(String name)Returns 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.Type Constructor Description DateTimeDataType(NodeLocation location, DateTimeDataType.Type type, boolean withTimeZone, Optional<DataTypeParameter> precision)DateTimeDataType(Optional<NodeLocation> location, DateTimeDataType.Type type, boolean withTimeZone, Optional<DataTypeParameter> precision)
-