DataWorks
Database Library/Client
Loading...
Searching...
No Matches
dataworks_db_result Struct Reference

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.
 

Detailed Description

Database result struct.

Definition at line 173 of file dw_database.h.

Field Documentation

◆ errnum

int dataworks_db_result::errnum

Error number.

Definition at line 186 of file dw_database.h.

◆ error

bool dataworks_db_result::error

True if this is an error.

Definition at line 179 of file dw_database.h.

◆ value

char* dataworks_db_result::value

Value.

Definition at line 193 of file dw_database.h.


The documentation for this struct was generated from the following file: