Enum SqlJdbcDataTypeName

java.lang.Object
java.lang.Enum<SqlJdbcDataTypeName>
org.apache.calcite.sql.SqlJdbcDataTypeName
All Implemented Interfaces:
Serializable, Comparable<SqlJdbcDataTypeName>, Constable, Symbolizable

public enum SqlJdbcDataTypeName extends Enum<SqlJdbcDataTypeName> implements Symbolizable
Defines the name of the types which can occur as a type argument in a JDBC {fn CONVERT(value, type)} function. (This function has similar functionality to CAST, and is not to be confused with the SQL standard CONVERT function.)
See Also: