_dba_db_context Struct Reference
#include <context.h>
Detailed Description
Precompiled query to manipulate the context table.
|
Data Fields |
|
struct _dba_db * | db |
| | dba_db this dba_db_context is part of
|
|
SQLHSTMT | sstm |
| | Precompiled select statement.
|
|
SQLHSTMT | sdstm |
| | Precompiled select data statement.
|
|
SQLHSTMT | istm |
| | Precompiled insert statement.
|
|
SQLHSTMT | dstm |
| | Precompiled delete statement.
|
|
DBALLE_SQL_C_SINT_TYPE | id |
| | Context ID SQL parameter.
|
|
DBALLE_SQL_C_SINT_TYPE | id_ana |
| | Pseudoana ID SQL parameter.
|
|
DBALLE_SQL_C_SINT_TYPE | id_report |
| | Report ID SQL parameter.
|
|
SQL_TIMESTAMP_STRUCT | date |
| | Date SQL parameter.
|
|
DBALLE_SQL_C_SINT_TYPE | ltype1 |
| | First level type SQL parameter.
|
|
DBALLE_SQL_C_SINT_TYPE | l1 |
| | Level L1 SQL parameter.
|
|
DBALLE_SQL_C_SINT_TYPE | ltype2 |
| | Second level type SQL parameter.
|
|
DBALLE_SQL_C_SINT_TYPE | l2 |
| | Level L2 SQL parameter.
|
|
DBALLE_SQL_C_SINT_TYPE | pind |
| | Time range type SQL parameter.
|
|
DBALLE_SQL_C_SINT_TYPE | p1 |
| | Time range P1 SQL parameter.
|
|
DBALLE_SQL_C_SINT_TYPE | p2 |
| | Time range P2 SQL parameter.
|
The documentation for this struct was generated from the following file: