Uses of Class
com.gpudb.Type.Column.ColumnBaseType
-
Packages that use Type.Column.ColumnBaseType Package Description com.gpudb -
-
Uses of Type.Column.ColumnBaseType in com.gpudb
Methods in com.gpudb that return Type.Column.ColumnBaseType Modifier and Type Method Description Type.Column.ColumnBaseTypeType.Column. getColumnBaseType()Gets the enumeration of the *base* type of the column.static Type.Column.ColumnBaseTypeType.Column.ColumnBaseType. valueOf(String name)Returns the enum constant of this type with the specified name.static Type.Column.ColumnBaseType[]Type.Column.ColumnBaseType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-