PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ DBFGetFieldCount()

int SHPAPI_CALL DBFGetFieldCount ( DBFHandle  psDBF)

Definition at line 1195 of file dbfopen.c.

References SHPAPI_CALL.

Referenced by DBFGetFieldIndex(), ShpLoaderGenerateSQLRowStatement(), and ShpLoaderOpenShape().

1197 {
1198  return( psDBF->nFields );
1199 }
Here is the caller graph for this function: