CUBRID Engine  latest
t_srv_handle Struct Reference

#include <cas_handle.h>

Collaboration diagram for t_srv_handle:
Collaboration graph

Public Attributes

int id
 
void * session
 
T_PREPARE_CALL_INFOprepare_call_info
 
T_QUERY_RESULTq_result
 
void * cur_result
 
char * sql_stmt
 
void ** classes
 
int * classes_chn
 
int cur_result_index
 
int num_q_result
 
bool has_result_set
 
int num_markers
 
int max_col_size
 
int cursor_pos
 
int schema_type
 
int sch_tuple_num
 
int max_row
 
int num_classes
 
unsigned int query_seq_num
 
char prepare_flag
 
char is_prepared
 
char is_updatable
 
char query_info_flag
 
char is_pooled
 
char need_force_commit
 
char auto_commit_mode
 
char forward_only_cursor
 
bool use_plan_cache
 
bool use_query_cache
 
bool is_fetch_completed
 
bool is_holdable
 
bool is_from_current_transaction
 

Detailed Description

Definition at line 150 of file cas_handle.h.

Member Data Documentation

void** t_srv_handle::classes

Definition at line 171 of file cas_handle.h.

Referenced by hm_srv_handle_free().

int* t_srv_handle::classes_chn

Definition at line 172 of file cas_handle.h.

Referenced by hm_srv_handle_free().

int t_srv_handle::cursor_pos
char t_srv_handle::forward_only_cursor
int t_srv_handle::id

Definition at line 152 of file cas_handle.h.

Referenced by hm_new_srv_handle(), ux_execute(), and ux_prepare().

bool t_srv_handle::is_fetch_completed

Definition at line 195 of file cas_handle.h.

bool t_srv_handle::is_from_current_transaction
char t_srv_handle::is_pooled
char t_srv_handle::is_prepared
char t_srv_handle::is_updatable

Definition at line 187 of file cas_handle.h.

Referenced by check_auto_commit_after_getting_result(), and ux_prepare().

int t_srv_handle::max_col_size
int t_srv_handle::max_row
char t_srv_handle::need_force_commit

Definition at line 190 of file cas_handle.h.

int t_srv_handle::num_classes

Definition at line 183 of file cas_handle.h.

int t_srv_handle::num_markers
T_PREPARE_CALL_INFO* t_srv_handle::prepare_call_info
char t_srv_handle::prepare_flag
char t_srv_handle::query_info_flag
unsigned int t_srv_handle::query_seq_num

Definition at line 184 of file cas_handle.h.

Referenced by hm_new_srv_handle(), and ux_use_sp_out().

int t_srv_handle::sch_tuple_num
bool t_srv_handle::use_plan_cache
bool t_srv_handle::use_query_cache

The documentation for this struct was generated from the following file: