Uses of Class
com.exasol.adapter.metadata.DataType.ExaDataType
-
Packages that use DataType.ExaDataType Package Description com.exasol.adapter.metadata -
-
Uses of DataType.ExaDataType in com.exasol.adapter.metadata
Methods in com.exasol.adapter.metadata that return DataType.ExaDataType Modifier and Type Method Description DataType.ExaDataTypeDataType. getExaDataType()Get the Exasol data type without parametersstatic DataType.ExaDataTypeDataType.ExaDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType.ExaDataType[]DataType.ExaDataType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-