/ msDBFGetRecordCount() */ / Return the number of records in this table. */ /
| 640 | /* Return the number of records in this table. */ |
| 641 | /************************************************************************/ |
| 642 | int msDBFGetRecordCount( DBFHandle psDBF ) |
| 643 | { |
| 644 | return( psDBF->nRecords ); |
| 645 | } |
| 646 | |
| 647 | /************************************************************************/ |
| 648 | /* msDBFGetFieldInfo() */ |
no outgoing calls
no test coverage detected