CUBRID Engine
latest
|
#include <execute_schema.h>
Public Attributes | |
PT_NODE * | upd_col_name |
DB_VALUE * | db_val |
bool | is_const |
DB_ATTDESC * | attr_desc |
CLIENT_UPDATE_CLASS_INFO * | cls_info |
CLIENT_UPDATE_INFO * | next |
Definition at line 67 of file execute_schema.h.
DB_ATTDESC* client_update_info::attr_desc |
Definition at line 72 of file execute_schema.h.
Referenced by update_object_tuple().
CLIENT_UPDATE_CLASS_INFO* client_update_info::cls_info |
Definition at line 73 of file execute_schema.h.
Referenced by update_class_attributes().
DB_VALUE* client_update_info::db_val |
Definition at line 70 of file execute_schema.h.
Referenced by update_object_tuple().
bool client_update_info::is_const |
Definition at line 71 of file execute_schema.h.
Referenced by update_object_tuple().
CLIENT_UPDATE_INFO* client_update_info::next |
Definition at line 74 of file execute_schema.h.
Referenced by init_update_data(), and update_object_tuple().
PT_NODE* client_update_info::upd_col_name |
Definition at line 69 of file execute_schema.h.
Referenced by update_object_tuple().