Uses of Class
com.yahoo.gsheetjdbc.schema.Column.ColumnType
-
Packages that use Column.ColumnType Package Description com.yahoo.gsheetjdbc.schema -
-
Uses of Column.ColumnType in com.yahoo.gsheetjdbc.schema
Methods in com.yahoo.gsheetjdbc.schema that return Column.ColumnType Modifier and Type Method Description static Column.ColumnTypeColumn.ColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static Column.ColumnType[]Column.ColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-