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

Search Toolkit Book for tds_context

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

+ Collaboration diagram for tds_context:

Public Attributes

TDSLOCALElocale
 
void * parent
 
int(* msg_handler )(const TDSCONTEXT *, TDSSOCKET *, TDSMESSAGE *)
 
int(* err_handler )(const TDSCONTEXT *, TDSSOCKET *, TDSMESSAGE *)
 
int(* int_handler )(void *)
 
bool money_use_2_digits
 

Detailed Description

Definition at line 1097 of file tds.h.

Member Data Documentation

◆ err_handler

int(* tds_context::err_handler)(const TDSCONTEXT *, TDSSOCKET *, TDSMESSAGE *)

Definition at line 1103 of file tds.h.

Referenced by ct_init(), dblib_get_tds_ctx(), tds_connect(), and tdserror().

◆ int_handler

int(* tds_context::int_handler)(void *)

Definition at line 1104 of file tds.h.

Referenced by CTLibContext::CTLibContext(), dblib_get_tds_ctx(), and CTLibContext::x_Close().

◆ locale

TDSLOCALE * tds_context::locale

◆ money_use_2_digits

bool tds_context::money_use_2_digits

Definition at line 1065 of file tds.h.

Referenced by tds_convert_money(), and tds_convert_money4().

◆ msg_handler

int(* tds_context::msg_handler)(const TDSCONTEXT *, TDSSOCKET *, TDSMESSAGE *)

Definition at line 1102 of file tds.h.

Referenced by ct_init(), and dblib_get_tds_ctx().

◆ parent

void * tds_context::parent

Definition at line 1100 of file tds.h.

Referenced by _ct_handle_client_message(), and _ct_handle_server_message().


The documentation for this struct was generated from the following file:
Modified on Mon May 20 05:01:55 2024 by modify_doxy.py rev. 669887