![]() |
API Documentation
|
Logic for reading or writing to a database file that uses the .dbf. More...
#include <DBFParser.h>
Public Member Functions | |
| DBFParser (const File &file) | |
| void | DumpAll (const char *szDestFileName) |
| void | DumpFields (const char *szDestFileName, const char **fields, size_t numFields) |
| template<class t_type > | |
| Buffer< t_type > | readColumn (const String &column) |
| size_t | recordCount () const |
| void DumpAll | ( | const char * | szDestFileName | ) |
| void DumpFields | ( | const char * | szDestFileName, |
| const char ** | fields, | ||
| size_t | numFields ) |
|
inline |