CUBRID Engine  latest
pt_execute_info Struct Reference

#include <parse_tree.h>

Collaboration diagram for pt_execute_info:
Collaboration graph

Public Attributes

PT_NODEname
 
PT_NODEquery
 
PT_NODEusing_list
 
PT_NODEinto_list
 
XASL_ID xasl_id
 
CUBRID_STMT_TYPE stmt_type
 
int recompile
 
int column_count
 
int oids_included
 

Detailed Description

Definition at line 3159 of file parse_tree.h.

Member Data Documentation

int pt_execute_info::column_count
PT_NODE* pt_execute_info::into_list

Definition at line 3164 of file parse_tree.h.

Referenced by do_execute_session_statement(), and do_get_prepared_statement_info().

PT_NODE* pt_execute_info::name

Definition at line 3161 of file parse_tree.h.

Referenced by do_get_prepared_statement_info().

int pt_execute_info::oids_included
PT_NODE* pt_execute_info::using_list
XASL_ID pt_execute_info::xasl_id

Definition at line 3165 of file parse_tree.h.

Referenced by do_get_prepared_statement_info(), and do_prepare_session_statement().


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