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

Database struct. More...

#include <dw_database.h>

Data Fields

FILE * fp
 File pointer to the database file.
 
uint16_t version
 Version of the database.
 
uint64_t mtime
 Last modified time of the database.
 
bool error
 True if this is an error.
 
int errnum
 Error number.
 

Detailed Description

Database struct.

Definition at line 131 of file dw_database.h.

Field Documentation

◆ errnum

int dataworks_db::errnum

Error number.

Definition at line 165 of file dw_database.h.

◆ error

bool dataworks_db::error

True if this is an error.

Definition at line 158 of file dw_database.h.

◆ fp

FILE* dataworks_db::fp

File pointer to the database file.

Definition at line 137 of file dw_database.h.

◆ mtime

uint64_t dataworks_db::mtime

Last modified time of the database.

Definition at line 151 of file dw_database.h.

◆ version

uint16_t dataworks_db::version

Version of the database.

Definition at line 144 of file dw_database.h.


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