geofileops.DataType#
- class geofileops.DataType(*values)#
This enum defines the standard data types that can be used for columns.
- __init__(*args, **kwds)#
Attributes
TEXT~ string, char, varchar, clob.
INTEGERColumn with integer data.
REAL~ float, double.
DATEColumn with date data.
TIMESTAMP~ datetime.
BOOLEANColumn with boolean data.
BLOBColumn with binary data.
NUMERICexact decimal data.