|
CUBRID Engine
latest
|
#include <object_template.h>

Public Attributes | |
| struct obj_template * | obj |
| DB_VALUE * | variable |
| SM_ATTRIBUTE * | att |
| DB_VALUE * | old_value |
| unsigned | is_default:1 |
| unsigned | is_auto_increment:1 |
Definition at line 56 of file object_template.h.
| SM_ATTRIBUTE* obj_tempassign::att |
Definition at line 66 of file object_template.h.
Referenced by obt_apply_assignments(), and obt_make_assignment().
| unsigned obj_tempassign::is_auto_increment |
Definition at line 72 of file object_template.h.
Referenced by obt_make_assignment(), and populate_auto_increment().
| unsigned obj_tempassign::is_default |
Definition at line 71 of file object_template.h.
Referenced by obt_make_assignment(), and populate_defaults().
| struct obj_template* obj_tempassign::obj |
Definition at line 59 of file object_template.h.
Referenced by obt_apply_assignments(), obt_assign_obt(), obt_final_check(), obt_free_template(), and obt_make_assignment().
| DB_VALUE* obj_tempassign::old_value |
Definition at line 69 of file object_template.h.
Referenced by obj_get_temp(), obt_apply_assignments(), obt_free_assignment(), and obt_make_assignment().
| DB_VALUE* obj_tempassign::variable |
Definition at line 60 of file object_template.h.
Referenced by do_create_midxkey_for_constraint(), do_find_unique_constraint_violations(), obj_get_temp(), obt_apply_assignments(), obt_assign(), obt_final_check(), obt_free_assignment(), obt_make_assignment(), populate_auto_increment(), populate_defaults(), and sl_find_att_value().