CUBRID Engine
latest
|
#include <db_stub.h>
Public Attributes | |
COMMON_API_STRUCTURE_HEADER | |
BH_INTERFACE * | bh_interface |
DB_MARKER * | marker |
bool * | is_out_param |
int | param_count |
BH_INTERFACE* ci_parater_meta_s::bh_interface |
Definition at line 208 of file db_stub.h.
Referenced by ci_pmeta_get_info_impl(), and stmt_bind_pmeta_handle().
bool* ci_parater_meta_s::is_out_param |
Definition at line 210 of file db_stub.h.
Referenced by ci_stmt_register_out_parameter_impl(), pmeta_get_info_internal(), and stmt_bind_pmeta_handle().
DB_MARKER* ci_parater_meta_s::marker |
Definition at line 209 of file db_stub.h.
Referenced by pmeta_get_info_internal(), and stmt_bind_pmeta_handle().
int ci_parater_meta_s::param_count |
Definition at line 211 of file db_stub.h.
Referenced by ci_pmeta_get_count_impl(), ci_stmt_register_out_parameter_impl(), pmeta_get_info_internal(), and stmt_bind_pmeta_handle().