CUBRID Engine
latest
|
Public Attributes | |
VALUE_BIND_TABLE | tbl |
void * | impl |
int | auto_apply |
BIND_HANDLE | conn_handle |
int(* | get_index_by_name )(void *, const char *, int *) |
int(* | get_db_value )(void *, int, DB_VALUE *) |
int(* | set_db_value )(void *, int, DB_VALUE *) |
int(* | init_domain )(void *, int, DB_VALUE *) |
VALUE_INDEXER * | indexer |
Definition at line 32 of file db_value_table.c.
int value_bind_table_s_::auto_apply |
Definition at line 38 of file db_value_table.c.
Referenced by create_db_value_bind_table(), vbt_api_apply_updates(), and vbt_api_set_value().
BIND_HANDLE value_bind_table_s_::conn_handle |
Definition at line 39 of file db_value_table.c.
Referenced by create_db_value_bind_table(), and vbt_api_get_value().
int(* value_bind_table_s_::get_db_value) (void *, int, DB_VALUE *) |
Definition at line 41 of file db_value_table.c.
Referenced by create_db_value_bind_table(), and vbt_api_get_value().
int(* value_bind_table_s_::get_index_by_name) (void *, const char *, int *) |
Definition at line 40 of file db_value_table.c.
Referenced by create_db_value_bind_table(), vbt_api_get_value_by_name(), and vbt_api_set_value_by_name().
void* value_bind_table_s_::impl |
Definition at line 37 of file db_value_table.c.
Referenced by create_db_value_bind_table(), vbt_api_get_value(), vbt_api_get_value_by_name(), vbt_api_set_value(), vbt_api_set_value_by_name(), vbt_apply_updatesf_map(), and vbt_lazy_init_db_value().
VALUE_INDEXER* value_bind_table_s_::indexer |
Definition at line 45 of file db_value_table.c.
Referenced by create_db_value_bind_table(), vbt_api_apply_updates(), vbt_api_destroy(), vbt_api_reset(), vbt_lazy_init_db_value(), and vbt_resetf_map().
int(* value_bind_table_s_::init_domain) (void *, int, DB_VALUE *) |
Definition at line 43 of file db_value_table.c.
Referenced by create_db_value_bind_table(), and vbt_lazy_init_db_value().
int(* value_bind_table_s_::set_db_value) (void *, int, DB_VALUE *) |
Definition at line 42 of file db_value_table.c.
Referenced by create_db_value_bind_table(), vbt_api_set_value(), and vbt_apply_updatesf_map().
VALUE_BIND_TABLE value_bind_table_s_::tbl |
Definition at line 35 of file db_value_table.c.
Referenced by create_db_value_bind_table(), vbt_api_get_value_by_name(), and vbt_api_set_value_by_name().