#include <internals.h>
Data Fields | |
SQLHDBC | od_conn |
ODBC database connection. | |
int | connected |
True if the connection is open. | |
enum dba_db_server_type | server_type |
Type of SQL server we are connected to. | |
SQLHSTMT | stm_begin |
Precompiled BEGIN SQL statement. | |
SQLHSTMT | stm_commit |
Precompiled COMMIT SQL statement. | |
SQLHSTMT | stm_rollback |
Precompiled ROLLBACK SQL statement. | |
SQLHSTMT | stm_last_insert_id |
Precompiled LAST_INSERT_ID (or equivalent) SQL statement. | |
DBALLE_SQL_C_SINT_TYPE | last_insert_id |
ID of the last autogenerated primary key. | |
_dba_db_repinfo * | repinfo |
Report information. | |
_dba_db_pseudoana * | pseudoana |
Pseudoana station information. | |
_dba_db_context * | context |
Variable context. | |
_dba_db_data * | data |
Variable values. | |
_dba_db_attr * | attr |
Variable attributes. | |
_dba_db_seq * | seq_pseudoana |
Pseudoana ID sequence. | |
_dba_db_seq * | seq_context |
Context ID sequence. |