CUBRID Engine
latest
|
#include <db_stub.h>
Public Attributes | |
CUBRID_STMT_TYPE | sql_type |
bool | has_result |
int | affected_row |
int rs_meta_info::affected_row |
Definition at line 125 of file db_stub.h.
Referenced by ci_batch_res_get_result_impl(), ci_stmt_affected_rows_impl(), stmt_exec_batch_query_internal(), stmt_exec_internal(), stmt_exec_one_statement(), and stmt_exec_prepared_batch_internal().
bool rs_meta_info::has_result |
Definition at line 124 of file db_stub.h.
Referenced by ci_stmt_get_resultset_impl(), stmt_exec_immediate_internal(), stmt_exec_internal(), stmt_exec_one_statement(), stmt_get_resultset_metadata_internal(), and stmt_prepare_internal().
CUBRID_STMT_TYPE rs_meta_info::sql_type |
Definition at line 123 of file db_stub.h.
Referenced by ci_stmt_get_query_type_impl(), stmt_exec_one_statement(), and stmt_prepare_internal().