Skip to content

Struct pt_update_info

ClassList > pt_update_info

  • #include <parse_tree.h>

Public Attributes

Type Name
PT_NODE * assignment
PT_NODE * check_where
PT_NODE * class_specs
PT_NODE * cursor_name
unsigned do_class_attrs
unsigned execute_with_commit_allowed
unsigned has_trigger
unsigned has_unique
PT_HINT_ENUM hint
PT_NODE * internal_stmts
PT_NODE * leading_hint
PT_NODE * limit
PT_NODE * no_use_hash_hint
int num_parallel_threads
DB_OBJECT * object
PT_NODE * object_parameter
PT_NODE * order_by
PT_NODE * orderby_for
unsigned rewrite_limit
PT_NODE * search_cond
unsigned server_update
PT_NODE * spec
PT_NODE * use_hash_hint
PT_NODE * use_idx_hint
PT_NODE * use_merge_hint
PT_NODE * use_nl_hint
PT_NODE * using_index
PT_NODE * waitsecs_hint
PT_NODE * with

Public Attributes Documentation

variable assignment

PT_NODE* pt_update_info::assignment;

variable check_where

PT_NODE* pt_update_info::check_where;

variable class_specs

PT_NODE* pt_update_info::class_specs;

variable cursor_name

PT_NODE* pt_update_info::cursor_name;

variable do_class_attrs

unsigned pt_update_info::do_class_attrs;

variable execute_with_commit_allowed

unsigned pt_update_info::execute_with_commit_allowed;

variable has_trigger

unsigned pt_update_info::has_trigger;

variable has_unique

unsigned pt_update_info::has_unique;

variable hint

PT_HINT_ENUM pt_update_info::hint;

variable internal_stmts

PT_NODE* pt_update_info::internal_stmts;

variable leading_hint

PT_NODE* pt_update_info::leading_hint;

variable limit

PT_NODE* pt_update_info::limit;

variable no_use_hash_hint

PT_NODE* pt_update_info::no_use_hash_hint;

variable num_parallel_threads

int pt_update_info::num_parallel_threads;

variable object

DB_OBJECT* pt_update_info::object;

variable object_parameter

PT_NODE* pt_update_info::object_parameter;

variable order_by

PT_NODE* pt_update_info::order_by;

variable orderby_for

PT_NODE* pt_update_info::orderby_for;

variable rewrite_limit

unsigned pt_update_info::rewrite_limit;

variable search_cond

PT_NODE* pt_update_info::search_cond;

variable server_update

unsigned pt_update_info::server_update;

variable spec

PT_NODE* pt_update_info::spec;

variable use_hash_hint

PT_NODE* pt_update_info::use_hash_hint;

variable use_idx_hint

PT_NODE* pt_update_info::use_idx_hint;

variable use_merge_hint

PT_NODE* pt_update_info::use_merge_hint;

variable use_nl_hint

PT_NODE* pt_update_info::use_nl_hint;

variable using_index

PT_NODE* pt_update_info::using_index;

variable waitsecs_hint

PT_NODE* pt_update_info::waitsecs_hint;

variable with

PT_NODE* pt_update_info::with;


The documentation for this class was generated from the following file cubrid/src/parser/parse_tree.h