Structure db_cmd describes command in DB-API.
#include <db_cmd.h>
Data Fields
-
struct db_ctx * ctx
- Context containing database connections to be used.
-
db_exec_func_t exec [DB_PAYLOAD_MAX]
- Array of exec functions provided by modules.
-
db_gen_t gen
- Generic part of the structure, must be the 1st attribute.
-
db_fld_t * match
- Fields describing WHERE clause.
-
db_fld_t * result
- Fields to to be returned in result.
-
str table
- Name of the table to perform the command on.
-
enum db_cmd_type type
- Type of the command to be executed.
-
db_fld_t * vals
- Fields with values for UPDATE and INSERT statements.
Detailed Description
Definition at line 71 of file db_cmd.h.
The documentation for this struct was generated from the following file: