geofileops.DataType#

class geofileops.DataType(value)#

This enum defines the standard data types that can be used for columns.

__init__()#

Attributes

TEXT

~ string, char, varchar, clob.

INTEGER

Column with integer data.

REAL

~ float, double.

DATE

Column with date data.

TIMESTAMP

~ datetime.

BOOLEAN

Column with boolean data.

BLOB

Column with binary data.

NUMERIC

exact decimal data.