#include <tdsodbc.h>
Collaboration diagram for _hdbc:

Definition at line 224 of file tdsodbc.h.
Public Attributes | |
| SQLSMALLINT | htype |
| _henv * | env |
| TDSSOCKET * | tds_socket |
| DSTR | dsn |
| DSTR | server |
| _hstmt * | current_statement |
| Statement executing. | |
| _hstmt * | stmt_list |
| list of all statements allocated from this connection | |
| _sql_errors | errs |
| _hcattr | attr |
| TDS_DESC * | uad [100] |
| descriptors associated to connection | |
|
|
Definition at line 240 of file tdsodbc.h. Referenced by _SQLAllocConnect(), change_autocommit(), change_transaction(), odbc_env_change(), and odbc_quote_metadata(). |
|
|
Statement executing. This should be set AFTER sending query to avoid race condition and assure to not overwrite it if another statement is executing a query. Definition at line 236 of file tdsodbc.h. Referenced by _SQLExecute(), _SQLFetch(), change_transaction(), and odbc_errmsg_handler(). |
|
|
Definition at line 229 of file tdsodbc.h. Referenced by _SQLAllocConnect(). |
|
|
Definition at line 227 of file tdsodbc.h. Referenced by _SQLAllocConnect(), _SQLFetch(), odbc_connect(), odbc_set_return_params(), odbc_set_return_status(), and sql2tds(). |
|
|
Definition at line 239 of file tdsodbc.h. Referenced by change_autocommit(), change_database(), change_transaction(), odbc_connect(), and odbc_errmsg_handler(). |
|
|
Definition at line 226 of file tdsodbc.h. Referenced by _SQLAllocConnect(). |
|
|
Definition at line 230 of file tdsodbc.h. Referenced by _SQLAllocConnect(), and odbc_errmsg_handler(). |
|
|
list of all statements allocated from this connection
Definition at line 238 of file tdsodbc.h. Referenced by _SQLFreeDesc(). |
|
|
|
descriptors associated to connection
Definition at line 242 of file tdsodbc.h. Referenced by _SQLFreeDesc(). |
1.4.6
Modified on Mon Dec 07 16:22:17 2009 by modify_doxy.py rev. 173732