NCBI C++ ToolKit
Public Attributes | List of all members
_cs_connection Struct Reference

Search Toolkit Book for _cs_connection

#include <dbapi/driver/ftds100/freetds/ctlib.h>

+ Collaboration diagram for _cs_connection:

Public Attributes

CS_CONTEXTctx
 
TDSLOGINtds_login
 
TDSSOCKETtds_socket
 
CS_CLIENTMSG_FUNC _clientmsg_cb
 
CS_SERVERMSG_FUNC _servermsg_cb
 
void * userdata
 
int userdata_len
 
CS_LOCALElocale
 
CS_COMMANDcmds
 
CS_DYNAMICdynlist
 
char * server_addr
 
bool network_auth
 

Detailed Description

Definition at line 123 of file ctlib.h.

Member Data Documentation

◆ _clientmsg_cb

CS_CLIENTMSG_FUNC _cs_connection::_clientmsg_cb

Definition at line 128 of file ctlib.h.

Referenced by _ct_handle_client_message(), and ct_callback().

◆ _servermsg_cb

CS_SERVERMSG_FUNC _cs_connection::_servermsg_cb

Definition at line 129 of file ctlib.h.

Referenced by _ct_handle_server_message(), and ct_callback().

◆ cmds

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().

◆ ctx

CS_CONTEXT * _cs_connection::ctx

◆ dynlist

CS_DYNAMIC * _cs_connection::dynlist

◆ locale

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().

◆ network_auth

bool _cs_connection::network_auth

Definition at line 210 of file ctlib.h.

Referenced by ct_con_props(), and ct_connect().

◆ server_addr

char * _cs_connection::server_addr

Definition at line 135 of file ctlib.h.

Referenced by ct_con_drop(), ct_con_props(), and ct_connect().

◆ tds_login

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().

◆ tds_socket

TDSSOCKET * _cs_connection::tds_socket

◆ userdata

void * _cs_connection::userdata

Definition at line 130 of file ctlib.h.

Referenced by ct_con_drop(), and ct_con_props().

◆ userdata_len

int _cs_connection::userdata_len

Definition at line 131 of file ctlib.h.

Referenced by ct_con_props().


The documentation for this struct was generated from the following file:
Modified on Fri Sep 20 14:57:27 2024 by modify_doxy.py rev. 669887