PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ ShpLoaderGetRecordCount()

int ShpLoaderGetRecordCount ( SHPLOADERSTATE state)

Definition at line 1508 of file shp2pgsql-core.c.

References shp_loader_state::num_entities.

Referenced by main(), and pgui_action_import().

1509 {
1510  return state->num_entities;
1511 }
Here is the caller graph for this function: