Skip to content

Struct t_srv_handle

ClassList > t_srv_handle

  • #include <cas_handle.h>

Public Attributes

Type Name
char auto_commit_mode
T_CGW_HANDLE * cgw_handle
void ** classes
int * classes_chn
void * cur_result
int cur_result_index
int cursor_pos
char forward_only_cursor
bool has_result_set
int id
bool is_cursor_open
bool is_fetch_completed
bool is_from_current_transaction
bool is_holdable
char is_pooled
char is_prepared
char is_updatable
int max_col_size
int max_row
char need_force_commit
int num_classes
int num_markers
int num_q_result
T_PREPARE_CALL_INFO * prepare_call_info
char prepare_flag
T_QUERY_RESULT * q_result
char query_info_flag
unsigned int query_seq_num
int sch_tuple_num
int schema_type
void * session
char * sql_stmt
int stmt_type
int total_tuple_count
bool use_plan_cache
bool use_query_cache

Public Attributes Documentation

variable auto_commit_mode

char t_srv_handle::auto_commit_mode;

variable cgw_handle

T_CGW_HANDLE* t_srv_handle::cgw_handle;

variable classes

void** t_srv_handle::classes;

variable classes_chn

int* t_srv_handle::classes_chn;

variable cur_result

void* t_srv_handle::cur_result;

variable cur_result_index

int t_srv_handle::cur_result_index;

variable cursor_pos

int t_srv_handle::cursor_pos;

variable forward_only_cursor

char t_srv_handle::forward_only_cursor;

variable has_result_set

bool t_srv_handle::has_result_set;

variable id

int t_srv_handle::id;

variable is_cursor_open

bool t_srv_handle::is_cursor_open;

variable is_fetch_completed

bool t_srv_handle::is_fetch_completed;

variable is_from_current_transaction

bool t_srv_handle::is_from_current_transaction;

variable is_holdable

bool t_srv_handle::is_holdable;

variable is_pooled

char t_srv_handle::is_pooled;

variable is_prepared

char t_srv_handle::is_prepared;

variable is_updatable

char t_srv_handle::is_updatable;

variable max_col_size

int t_srv_handle::max_col_size;

variable max_row

int t_srv_handle::max_row;

variable need_force_commit

char t_srv_handle::need_force_commit;

variable num_classes

int t_srv_handle::num_classes;

variable num_markers

int t_srv_handle::num_markers;

variable num_q_result

int t_srv_handle::num_q_result;

variable prepare_call_info

T_PREPARE_CALL_INFO* t_srv_handle::prepare_call_info;

variable prepare_flag

char t_srv_handle::prepare_flag;

variable q_result

T_QUERY_RESULT* t_srv_handle::q_result;

variable query_info_flag

char t_srv_handle::query_info_flag;

variable query_seq_num

unsigned int t_srv_handle::query_seq_num;

variable sch_tuple_num

int t_srv_handle::sch_tuple_num;

variable schema_type

int t_srv_handle::schema_type;

variable session

void* t_srv_handle::session;

variable sql_stmt

char* t_srv_handle::sql_stmt;

variable stmt_type

int t_srv_handle::stmt_type;

variable total_tuple_count

int t_srv_handle::total_tuple_count;

variable use_plan_cache

bool t_srv_handle::use_plan_cache;

variable use_query_cache

bool t_srv_handle::use_query_cache;


The documentation for this class was generated from the following file cubrid/src/broker/cas_handle.h