CUBRID Engine
latest
|
#include <query_reevaluation.hpp>
Public Attributes | |
int | att_id |
db_value * | constant |
regu_variable_node * | regu_right |
update_mvcc_reev_assignment * | next |
Definition at line 54 of file query_reevaluation.hpp.
int cubquery::update_mvcc_reev_assignment::att_id |
Definition at line 56 of file query_reevaluation.hpp.
Referenced by locator_mvcc_reev_cond_assigns(), and qexec_execute_update().
db_value* cubquery::update_mvcc_reev_assignment::constant |
Definition at line 57 of file query_reevaluation.hpp.
Referenced by locator_mvcc_reev_cond_assigns(), and qexec_create_mvcc_reev_assignments().
update_mvcc_reev_assignment* cubquery::update_mvcc_reev_assignment::next |
Definition at line 59 of file query_reevaluation.hpp.
Referenced by locator_mvcc_reev_cond_assigns(), and qexec_create_mvcc_reev_assignments().
regu_variable_node* cubquery::update_mvcc_reev_assignment::regu_right |
Definition at line 58 of file query_reevaluation.hpp.
Referenced by locator_mvcc_reev_cond_assigns().