CUBRID Engine  latest
value_bind_table_s_ Struct Reference
Collaboration diagram for value_bind_table_s_:
Collaboration graph

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_INDEXERindexer
 

Detailed Description

Definition at line 32 of file db_value_table.c.

Member Data Documentation

int value_bind_table_s_::auto_apply
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 *)
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 *)
VALUE_BIND_TABLE value_bind_table_s_::tbl

The documentation for this struct was generated from the following file: