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