CUBRID Engine  latest
client_update_info Struct Reference

#include <execute_schema.h>

Collaboration diagram for client_update_info:
Collaboration graph

Public Attributes

PT_NODEupd_col_name
 
DB_VALUEdb_val
 
bool is_const
 
DB_ATTDESCattr_desc
 
CLIENT_UPDATE_CLASS_INFOcls_info
 
CLIENT_UPDATE_INFOnext
 

Detailed Description

Definition at line 67 of file execute_schema.h.

Member Data Documentation

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().


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