CUBRID Engine
latest
|
Public Attributes | |
COMMON_API_STRUCTURE_HEADER | |
CONNECTION_IMPL * | pconn |
int | req_handle |
int | status |
bool | opt_updatable_result |
PARAMETER_META_IMPL | PM |
bool | got_pm_handle |
BIND_HANDLE | pm_handle |
int | num_col |
T_CCI_CUBRID_STMT | cmd_type |
T_CCI_COL_INFO * | col_info |
VALUE_INDEXER * | params |
bool | has_resultset |
BIND_HANDLE | res_handle |
int | num_query |
int | affected_rows |
T_CCI_QUERY_RESULT * | query_result |
int | curr_query_result_index |
int | num_batch |
dlisth | batch |
BATCH_RESULT_IMPL | BR |
BIND_HANDLE | bres_handle |
Definition at line 94 of file cci_stub.c.
int statement_impl_s::affected_rows |
Definition at line 130 of file cci_stub.c.
Referenced by ci_stmt_affected_rows_impl(), ci_stmt_execute_immediate_impl(), ci_stmt_execute_impl(), on_close_statement_res(), statement_execute(), and statement_get_reshandle_or_affectedrows().
dlisth statement_impl_s::batch |
Definition at line 139 of file cci_stub.c.
Referenced by ci_stmt_add_batch_impl(), ci_stmt_add_batch_query_impl(), init_statement_impl(), stmt_complete_batch(), stmt_execute_batch_array(), and stmt_execute_batch_sql().
BATCH_RESULT_IMPL statement_impl_s::BR |
Definition at line 140 of file cci_stub.c.
Referenced by ci_stmt_execute_batch_impl(), and init_statement_impl().
BIND_HANDLE statement_impl_s::bres_handle |
Definition at line 141 of file cci_stub.c.
Referenced by ci_stmt_execute_batch_impl().
T_CCI_CUBRID_STMT statement_impl_s::cmd_type |
Definition at line 114 of file cci_stub.c.
Referenced by ci_stmt_prepare_impl().
T_CCI_COL_INFO* statement_impl_s::col_info |
Definition at line 115 of file cci_stub.c.
Referenced by ci_pmeta_get_info_impl(), and ci_stmt_prepare_impl().
statement_impl_s::COMMON_API_STRUCTURE_HEADER |
Definition at line 96 of file cci_stub.c.
int statement_impl_s::curr_query_result_index |
Definition at line 132 of file cci_stub.c.
Referenced by ci_stmt_next_result_impl(), complete_statement(), statement_execute(), and statement_get_reshandle_or_affectedrows().
bool statement_impl_s::got_pm_handle |
Definition at line 111 of file cci_stub.c.
Referenced by ci_stmt_prepare_impl(), and lazy_bind_pstmt_pmeta().
bool statement_impl_s::has_resultset |
Definition at line 127 of file cci_stub.c.
Referenced by ci_stmt_execute_immediate_impl(), ci_stmt_execute_impl(), ci_stmt_get_resultset_impl(), ci_stmt_get_resultset_metadata_impl(), ci_stmt_next_result_impl(), complete_statement(), on_close_statement_res(), statement_execute(), and statement_get_reshandle_or_affectedrows().
int statement_impl_s::num_batch |
Definition at line 138 of file cci_stub.c.
Referenced by ci_stmt_add_batch_impl(), ci_stmt_add_batch_query_impl(), init_statement_impl(), stmt_complete_batch(), and stmt_execute_batch_sql().
int statement_impl_s::num_col |
Definition at line 113 of file cci_stub.c.
Referenced by ci_pmeta_get_count_impl(), ci_stmt_add_batch_impl(), ci_stmt_execute_impl(), ci_stmt_prepare_impl(), ci_stmt_set_parameter_impl(), complete_statement(), stmt_complete_batch(), and stmt_execute_batch_array().
int statement_impl_s::num_query |
Definition at line 129 of file cci_stub.c.
Referenced by ci_batch_res_get_error_impl(), ci_batch_res_get_result_impl(), ci_batch_res_query_count_impl(), ci_stmt_next_result_impl(), complete_statement(), statement_execute(), statement_get_reshandle_or_affectedrows(), stmt_complete_batch(), stmt_execute_batch_array(), and stmt_execute_batch_sql().
bool statement_impl_s::opt_updatable_result |
Definition at line 100 of file cci_stub.c.
Referenced by ci_stmt_execute_immediate_impl(), ci_stmt_get_option_impl(), ci_stmt_prepare_impl(), ci_stmt_set_option_impl(), and statement_get_reshandle_or_affectedrows().
VALUE_INDEXER* statement_impl_s::params |
Definition at line 116 of file cci_stub.c.
Referenced by ci_stmt_add_batch_impl(), ci_stmt_execute_impl(), ci_stmt_get_parameter_impl(), ci_stmt_set_parameter_impl(), complete_statement(), and statement_impl_dtor().
CONNECTION_IMPL* statement_impl_s::pconn |
Definition at line 97 of file cci_stub.c.
Referenced by ci_stmt_execute_batch_impl(), ci_stmt_execute_immediate_impl(), ci_stmt_execute_impl(), ci_stmt_get_resultset_metadata_impl(), ci_stmt_next_result_impl(), ci_stmt_prepare_impl(), complete_statement(), init_statement_impl(), lazy_bind_pstmt_pmeta(), statement_get_reshandle_or_affectedrows(), stmt_execute_batch_array(), and stmt_execute_batch_sql().
PARAMETER_META_IMPL statement_impl_s::PM |
Definition at line 110 of file cci_stub.c.
Referenced by init_statement_impl(), and lazy_bind_pstmt_pmeta().
BIND_HANDLE statement_impl_s::pm_handle |
Definition at line 112 of file cci_stub.c.
Referenced by ci_stmt_get_parameter_metadata_impl(), ci_stmt_prepare_impl(), and lazy_bind_pstmt_pmeta().
T_CCI_QUERY_RESULT* statement_impl_s::query_result |
Definition at line 131 of file cci_stub.c.
Referenced by ci_batch_res_get_error_impl(), ci_batch_res_get_result_impl(), complete_statement(), statement_execute(), statement_get_reshandle_or_affectedrows(), stmt_complete_batch(), stmt_execute_batch_array(), and stmt_execute_batch_sql().
int statement_impl_s::req_handle |
Definition at line 98 of file cci_stub.c.
Referenced by ci_stmt_execute_immediate_impl(), ci_stmt_execute_impl(), ci_stmt_next_result_impl(), ci_stmt_prepare_impl(), init_statement_impl(), statement_execute(), statement_get_reshandle_or_affectedrows(), statement_impl_dtor(), and stmt_execute_batch_array().
BIND_HANDLE statement_impl_s::res_handle |
Definition at line 128 of file cci_stub.c.
Referenced by ci_stmt_execute_immediate_impl(), ci_stmt_execute_impl(), ci_stmt_get_resultset_impl(), ci_stmt_get_resultset_metadata_impl(), ci_stmt_next_result_impl(), complete_statement(), on_close_statement_res(), statement_execute(), and statement_get_reshandle_or_affectedrows().
int statement_impl_s::status |
Definition at line 99 of file cci_stub.c.
Referenced by ci_stmt_add_batch_impl(), ci_stmt_add_batch_query_impl(), ci_stmt_affected_rows_impl(), ci_stmt_clear_batch_impl(), ci_stmt_execute_batch_impl(), ci_stmt_execute_immediate_impl(), ci_stmt_execute_impl(), ci_stmt_get_parameter_impl(), ci_stmt_get_parameter_metadata_impl(), ci_stmt_get_resultset_impl(), ci_stmt_get_resultset_metadata_impl(), ci_stmt_next_result_impl(), ci_stmt_prepare_impl(), ci_stmt_set_parameter_impl(), complete_statement(), init_statement_impl(), and stmt_complete_batch().