NCBI C++ ToolKit
|
Search Toolkit Book for _cs_connection
#include <dbapi/driver/ftds100/freetds/ctlib.h>
Public Attributes | |
CS_CONTEXT * | ctx |
TDSLOGIN * | tds_login |
TDSSOCKET * | tds_socket |
CS_CLIENTMSG_FUNC | _clientmsg_cb |
CS_SERVERMSG_FUNC | _servermsg_cb |
void * | userdata |
int | userdata_len |
CS_LOCALE * | locale |
CS_COMMAND * | cmds |
CS_DYNAMIC * | dynlist |
char * | server_addr |
bool | network_auth |
CS_CLIENTMSG_FUNC _cs_connection::_clientmsg_cb |
Definition at line 128 of file ctlib.h.
Referenced by _ct_handle_client_message(), and ct_callback().
CS_SERVERMSG_FUNC _cs_connection::_servermsg_cb |
Definition at line 129 of file ctlib.h.
Referenced by _ct_handle_server_message(), and ct_callback().
CS_COMMAND * _cs_connection::cmds |
Definition at line 133 of file ctlib.h.
Referenced by ct_cancel(), ct_cmd_alloc(), ct_cmd_drop(), and ct_con_drop().
CS_CONTEXT * _cs_connection::ctx |
Definition at line 125 of file ctlib.h.
Referenced by _ct_fetch_cursor(), _ct_handle_client_message(), _ct_handle_server_message(), _ctclient_msg(), blk_bind(), ct_bind(), ct_compute_info(), ct_con_props(), ct_connect(), ct_data_info(), ct_describe(), ct_diag(), ct_diag_storeclientmsg(), ct_diag_storeservermsg(), ct_fetch(), ct_param(), ct_res_info(), ct_results(), and ct_setparam().
CS_DYNAMIC * _cs_connection::dynlist |
Definition at line 134 of file ctlib.h.
Referenced by _ct_allocate_dynamic(), _ct_deallocate_dynamic(), _ct_locate_dynamic(), and ct_con_drop().
CS_LOCALE * _cs_connection::locale |
Definition at line 132 of file ctlib.h.
Referenced by ct_con_drop(), ct_con_props(), ct_connect(), ct_data_info(), and ct_get_data().
bool _cs_connection::network_auth |
Definition at line 210 of file ctlib.h.
Referenced by ct_con_props(), and ct_connect().
char * _cs_connection::server_addr |
Definition at line 135 of file ctlib.h.
Referenced by ct_con_drop(), ct_con_props(), and ct_connect().
TDSLOGIN * _cs_connection::tds_login |
Definition at line 126 of file ctlib.h.
Referenced by ct_capability(), ct_con_drop(), ct_con_props(), and ct_connect().
TDSSOCKET * _cs_connection::tds_socket |
Definition at line 127 of file ctlib.h.
Referenced by _ct_cancel_cleanup(), _ct_fetch_cursor(), blk_alloc(), CTL_Connection::Close(), ct_bind(), ct_cancel(), ct_close(), ct_cmd_props(), ct_compute_info(), ct_con_drop(), ct_con_props(), ct_connect(), ct_cursor(), ct_data_info(), ct_describe(), ct_fetch(), ct_get_data(), ct_options(), ct_param(), ct_res_info(), ct_results(), ct_send(), ct_send_data(), and CTL_Connection::CTL_Connection().
void * _cs_connection::userdata |
Definition at line 130 of file ctlib.h.
Referenced by ct_con_drop(), and ct_con_props().
int _cs_connection::userdata_len |
Definition at line 131 of file ctlib.h.
Referenced by ct_con_props().