#include <xbio.h>
|
char * | buffer |
|
HCodepageConvert * | c |
|
xbDbf * | dbf |
|
bool | deleteconvertobject |
|
bool | opened |
|
xbXBase * | xbase |
|
The XBase interface base class. Makes a interface to XBase lib, make possible to create/read/write .DBF files.
- See Also
- HXBaseFileReader
-
HXBaseFileWriter
Definition at line 86 of file xbio.h.
HXBaseFileHandler::HXBaseFileHandler |
( |
HCodepageConvert * |
conv, |
|
|
bool |
deletecobj = false |
|
) |
| |
HXBaseFileHandler::~HXBaseFileHandler |
( |
void |
| ) |
|
void HXBaseFileHandler::errorSignal |
( |
QString |
error | ) |
|
|
signal |
This signal is emitted, when error occured. The "error" string contains the error message.
int HXBaseFileHandler::fieldCount |
( |
void |
| ) |
|
Returns the number of fields
Definition at line 123 of file xbio.cpp.
QString HXBaseFileHandler::fieldName |
( |
int |
n | ) |
|
Returns the name of the specified field
Definition at line 142 of file xbio.cpp.
HXBaseFieldType HXBaseFileHandler::fieldType |
( |
int |
n | ) |
|
Returns the type of the specified field
Definition at line 149 of file xbio.cpp.
long HXBaseFileHandler::recordCount |
( |
void |
| ) |
|
Returns the total record number of the opened file
Definition at line 131 of file xbio.cpp.
The documentation for this class was generated from the following files: