mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
7 lines
248 B
Plaintext
7 lines
248 B
Plaintext
/// When a query has been queued up for execution/is being executed
|
|
#define DB_QUERY_STARTED 0
|
|
/// When a query is finished executing
|
|
#define DB_QUERY_FINISHED 1
|
|
/// When there was a problem with the execution of a query.
|
|
#define DB_QUERY_BROKEN 2
|