CUBRID Engine  latest
view_cache_info Struct Reference

#include <parse_tree.h>

Collaboration diagram for view_cache_info:
Collaboration graph

Public Attributes

PT_NODEattrs
 
PT_NODEvquery_for_query
 
PT_NODEvquery_for_query_in_gdb
 
PT_NODEvquery_for_update
 
PT_NODEvquery_for_update_in_gdb
 
PT_NODEvquery_for_partial_update
 
PT_NODEinverted_vquery_for_update
 
PT_NODEinverted_vquery_for_update_in_gdb
 
char ** expressions
 
int number_of_attrs
 
DB_AUTH authorization
 
NESTED_VIEW_VERSION_INFOnested_views
 

Detailed Description

Definition at line 1725 of file parse_tree.h.

Member Data Documentation

PT_NODE* view_cache_info::attrs
DB_AUTH view_cache_info::authorization
char** view_cache_info::expressions

Definition at line 1735 of file parse_tree.h.

PT_NODE* view_cache_info::inverted_vquery_for_update

Definition at line 1733 of file parse_tree.h.

Referenced by mq_free_virtual_query_cache(), and mq_virtual_queries().

PT_NODE* view_cache_info::inverted_vquery_for_update_in_gdb
NESTED_VIEW_VERSION_INFO* view_cache_info::nested_views
int view_cache_info::number_of_attrs

Definition at line 1736 of file parse_tree.h.

Referenced by mq_virtual_queries().

PT_NODE* view_cache_info::vquery_for_partial_update
PT_NODE* view_cache_info::vquery_for_query
PT_NODE* view_cache_info::vquery_for_query_in_gdb
PT_NODE* view_cache_info::vquery_for_update
PT_NODE* view_cache_info::vquery_for_update_in_gdb

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