![]() |
Informix data types |
|
| Release 9.3 | ![]() ![]() ![]() |
| ArcGIS data type | Informix data type | Notes |
|---|---|---|
| OBJECTID | INT(4) | NOT NULL |
| SHORT INTEGER | SMALLINT(2) | |
| LONG INTEGER | INT(4) | |
| FLOAT | DECIMAL(32) | |
| DOUBLE | DECIMAL(32) | |
| TEXT | VARCHAR(n) | |
| DATE | DATETIME | |
| BLOB | BLOB | |
| GUID | CHAR(8) | |
| GEOMETRY | ST_GEOMETRY | ST_Geometry is a superclass. The actual data subtype created (such as ST_Multilinestring or ST_Point) depends on what type of feature class you create, whether as polygon, line, point, multipoint, or multipatch. |
| RASTER | BLOB |