![]() |
DataWorks
Database Library/Client
|
Database result struct. More...
#include <dw_database.h>
Data Fields | |
bool | error |
True if this is an error. | |
int | errnum |
Error number. | |
char * | value |
Value. | |
Database result struct.
Definition at line 173 of file dw_database.h.
int dataworks_db_result::errnum |
Error number.
Definition at line 186 of file dw_database.h.
bool dataworks_db_result::error |
True if this is an error.
Definition at line 179 of file dw_database.h.
char* dataworks_db_result::value |
Value.
Definition at line 193 of file dw_database.h.