NCBI C++ ToolKit
|
Search Toolkit Book for _cs_command
#include <dbapi/driver/ftds100/freetds/ctlib.h>
Public Attributes | |
struct _cs_command * | next |
CS_INT | command_state |
CS_INT | results_state |
CS_INT | cancel_state |
CS_INT | cursor_state |
CS_CONNECTION * | con |
CS_INT | command_type |
CS_CHAR * | query |
short | dynamic_cmd |
CS_DYNAMIC * | dyn |
int | row_prefetched |
int | curr_result_type |
int | bind_count |
int | get_data_item |
int | get_data_bytes_returned |
CS_IODESC * | iodesc |
CS_INT | send_data_started |
CSREMOTE_PROC * | rpc |
CS_PARAM * | input_params |
CS_INT | client_cursor_id |
TDSCURSOR * | cursor |
void * | userdata |
int | userdata_len |
int _cs_command::bind_count |
Definition at line 231 of file ctlib.h.
Referenced by _ct_fetch_cursor(), ct_bind(), ct_fetch(), and ct_results().
CS_INT _cs_command::cancel_state |
Definition at line 222 of file ctlib.h.
Referenced by _ct_cancel_cleanup(), ct_cancel(), ct_fetch(), ct_get_data(), ct_results(), and ct_send().
CS_INT _cs_command::command_state |
Definition at line 220 of file ctlib.h.
Referenced by ct_cancel(), ct_command(), ct_fetch(), ct_send(), and ct_set_command_state().
CS_INT _cs_command::command_type |
Definition at line 225 of file ctlib.h.
Referenced by ct_command(), ct_cursor(), ct_dynamic(), ct_fetch(), ct_param(), ct_results(), ct_send(), ct_send_data(), and ct_setparam().
CS_CONNECTION * _cs_command::con |
Definition at line 224 of file ctlib.h.
Referenced by _ct_cancel_cleanup(), _ct_fetch_cursor(), ct_bind(), ct_cancel(), ct_cmd_alloc(), ct_cmd_drop(), ct_cmd_props(), ct_compute_info(), ct_con_drop(), ct_cursor(), ct_data_info(), ct_describe(), ct_dynamic(), ct_fetch(), ct_get_data(), ct_param(), ct_res_info(), ct_results(), ct_send(), ct_send_data(), and ct_setparam().
int _cs_command::curr_result_type |
Definition at line 230 of file ctlib.h.
Referenced by _ct_fetchable_results(), ct_fetch(), ct_results(), and while().
TDSCURSOR * _cs_command::cursor |
Definition at line 239 of file ctlib.h.
Referenced by _ct_fetch_cursor(), ct_cmd_props(), ct_cursor(), and ct_send().
CS_DYNAMIC * _cs_command::dyn |
Definition at line 228 of file ctlib.h.
Referenced by ct_con_drop(), ct_dynamic(), ct_param(), ct_results(), ct_send(), and ct_setparam().
short _cs_command::dynamic_cmd |
Definition at line 227 of file ctlib.h.
Referenced by ct_dynamic(), ct_results(), and ct_send().
int _cs_command::get_data_bytes_returned |
Definition at line 233 of file ctlib.h.
Referenced by _ct_fetch_cursor(), ct_fetch(), and ct_get_data().
int _cs_command::get_data_item |
Definition at line 232 of file ctlib.h.
Referenced by _ct_fetch_cursor(), ct_data_info(), ct_fetch(), and ct_get_data().
CS_PARAM * _cs_command::input_params |
Definition at line 237 of file ctlib.h.
Referenced by _ct_initialise_cmd(), ct_cmd_drop(), ct_param(), ct_send(), and ct_setparam().
CS_IODESC * _cs_command::iodesc |
Definition at line 234 of file ctlib.h.
Referenced by ct_cmd_drop(), ct_data_info(), ct_get_data(), and ct_send_data().
struct _cs_command * _cs_command::next |
Definition at line 219 of file ctlib.h.
Referenced by ct_cancel(), ct_cmd_alloc(), ct_cmd_drop(), and ct_con_drop().
CS_CHAR * _cs_command::query |
Definition at line 226 of file ctlib.h.
Referenced by _ct_initialise_cmd(), ct_cmd_drop(), ct_command(), and ct_send().
CS_INT _cs_command::results_state |
Definition at line 221 of file ctlib.h.
Referenced by _ct_fetch_cursor(), ct_cancel(), ct_fetch(), ct_res_info(), ct_results(), and ct_send().
int _cs_command::row_prefetched |
Definition at line 229 of file ctlib.h.
Referenced by ct_fetch(), ct_results(), and while().
CSREMOTE_PROC * _cs_command::rpc |
Definition at line 236 of file ctlib.h.
Referenced by _ct_initialise_cmd(), ct_cmd_drop(), ct_command(), ct_param(), ct_send(), and ct_setparam().
CS_INT _cs_command::send_data_started |
Definition at line 235 of file ctlib.h.
Referenced by ct_command(), and ct_send_data().
void * _cs_command::userdata |
Definition at line 240 of file ctlib.h.
Referenced by ct_cmd_drop(), and ct_cmd_props().
int _cs_command::userdata_len |
Definition at line 241 of file ctlib.h.
Referenced by ct_cmd_props().