/ msDBFGetFieldCount() */ / Return the number of fields in this table. */ /
| 630 | /* Return the number of fields in this table. */ |
| 631 | /************************************************************************/ |
| 632 | int msDBFGetFieldCount( DBFHandle psDBF ) |
| 633 | { |
| 634 | return( psDBF->nFields ); |
| 635 | } |
| 636 | |
| 637 | /************************************************************************/ |
| 638 | /* msDBFGetRecordCount() */ |
no outgoing calls
no test coverage detected