| PostGIS
    3.4.0dev-r@@SVN_REVISION@@
    | 
#include <shp2pgsql-core.h>

| Data Fields | |
| SHPLOADERCONFIG * | config | 
| SHPHandle | hSHPHandle | 
| int | shpfiletype | 
| DBFHandle | hDBFHandle | 
| int | num_entities | 
| int | num_fields | 
| int | num_records | 
| char ** | field_names | 
| DBFFieldType * | types | 
| int * | widths | 
| int * | precisions | 
| char ** | pgfieldtypes | 
| char * | col_names | 
| char * | pgtype | 
| int | has_z | 
| int | has_m | 
| int | pgdims | 
| char | message [SHPLOADERMSGLEN] | 
| int | from_srid | 
| int | to_srid | 
| char * | geo_col | 
| colmap | column_map | 
Definition at line 159 of file shp2pgsql-core.h.