Skip to main content
Package com.gpudb

Enum Type.Column.ColumnBaseType

java.lang.Object
java.lang.Enum<Type.Column.ColumnBaseType>
com.gpudb.Type.Column.ColumnBaseType
Enclosing class:

public static enum Type.Column.ColumnBaseType extends Enum<Type.Column.ColumnBaseType>
An enumeration of base types for column (excluding any property-related subtypes). This is synonymous to using the Class type for the column, but the enumeration provides the ability to use switches instead of if statements for checking which type the column is.