CUBRID Engine
latest
|
#include <db_stub.h>
Public Attributes | |
COMMON_RESULTSET_META_HEADER | |
BH_INTERFACE * | bh_interface |
DB_QUERY_TYPE * | query_type |
int | stmt_idx |
int | col_count |
BH_INTERFACE* ci_resultset_meta_s::bh_interface |
Definition at line 197 of file db_stub.h.
Referenced by api_rmeta_get_info(), and stmt_bind_resultset_meta_handle().
int ci_resultset_meta_s::col_count |
Definition at line 202 of file db_stub.h.
Referenced by api_rmeta_get_count(), and stmt_bind_resultset_meta_handle().
DB_QUERY_TYPE* ci_resultset_meta_s::query_type |
Definition at line 198 of file db_stub.h.
Referenced by api_rmeta_get_info(), rs_init_domain(), rs_set_db_value(), and stmt_bind_resultset_meta_handle().
int ci_resultset_meta_s::stmt_idx |
Definition at line 201 of file db_stub.h.
Referenced by stmt_bind_resultset_meta_handle(), and stmt_exec_internal().