_dba_db Struct Reference

#include <internals.h>


Detailed Description

DB-ALLe session structure.


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_repinforepinfo
 Report information.
_dba_db_pseudoanapseudoana
 Pseudoana station information.
_dba_db_contextcontext
 Variable context.
_dba_db_datadata
 Variable values.
_dba_db_attrattr
 Variable attributes.
_dba_db_seq * seq_pseudoana
 Pseudoana ID sequence.
_dba_db_seq * seq_context
 Context ID sequence.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 22 15:18:10 2007 for libdballe-db by  doxygen 1.5.2