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