Uses of Class
org.openrefine.extension.database.DatabaseColumnType
-
Packages that use DatabaseColumnType Package Description org.openrefine.extension.database org.openrefine.extension.database.model -
-
Uses of DatabaseColumnType in org.openrefine.extension.database
Methods in org.openrefine.extension.database that return DatabaseColumnType Modifier and Type Method Description static DatabaseColumnType
DatabaseUtils. getDbColumnType(int dbColumnType)
static DatabaseColumnType
DatabaseColumnType. valueOf(String name)
Returns the enum constant of this type with the specified name.static DatabaseColumnType[]
DatabaseColumnType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DatabaseColumnType in org.openrefine.extension.database.model
Methods in org.openrefine.extension.database.model that return DatabaseColumnType Modifier and Type Method Description DatabaseColumnType
DatabaseColumn. getType()
Methods in org.openrefine.extension.database.model with parameters of type DatabaseColumnType Modifier and Type Method Description void
DatabaseColumn. setType(DatabaseColumnType type)
Constructors in org.openrefine.extension.database.model with parameters of type DatabaseColumnType Constructor Description DatabaseColumn(String name, int size, DatabaseColumnType type)
DatabaseColumn(String name, String label, DatabaseColumnType type, int size)
-