PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ ShpDumperGetRecordCount()

int ShpDumperGetRecordCount ( SHPDUMPERSTATE state)

Definition at line 2189 of file pgsql2shp-core.c.

References shp_dumper_state::rowcount.

Referenced by main(), and pgui_action_export().

2190 {
2191  return state->rowcount;
2192 }
Here is the caller graph for this function: