CUBRID Engine  latest
showstmt_metadata Struct Reference

#include <show_meta.h>

Collaboration diagram for showstmt_metadata:
Collaboration graph

Public Attributes

SHOWSTMT_TYPE show_type
 
bool only_for_dba
 
const char * alias_print
 
const SHOWSTMT_COLUMNcols
 
int num_cols
 
const SHOWSTMT_COLUMN_ORDERBYorderby
 
int num_orderby
 
const SHOWSTMT_NAMED_ARGargs
 
int arg_size
 
SHOW_SEMANTIC_CHECK_FUNC semantic_check_func
 
DB_ATTRIBUTEshowstmt_attrs
 

Detailed Description

Definition at line 66 of file show_meta.h.

Member Data Documentation

const char* showstmt_metadata::alias_print

Definition at line 70 of file show_meta.h.

Referenced by pt_make_query_showstmt().

int showstmt_metadata::arg_size

Definition at line 76 of file show_meta.h.

Referenced by pt_make_query_showstmt().

const SHOWSTMT_NAMED_ARG* showstmt_metadata::args

Definition at line 75 of file show_meta.h.

Referenced by pt_make_query_showstmt().

const SHOWSTMT_COLUMN* showstmt_metadata::cols

Definition at line 71 of file show_meta.h.

Referenced by init_db_attribute_list(), and pt_make_query_showstmt().

int showstmt_metadata::num_cols

Definition at line 72 of file show_meta.h.

Referenced by init_db_attribute_list(), and pt_make_query_showstmt().

int showstmt_metadata::num_orderby

Definition at line 74 of file show_meta.h.

Referenced by pt_make_query_showstmt().

bool showstmt_metadata::only_for_dba

Definition at line 69 of file show_meta.h.

Referenced by pt_make_query_showstmt().

const SHOWSTMT_COLUMN_ORDERBY* showstmt_metadata::orderby

Definition at line 73 of file show_meta.h.

Referenced by pt_make_query_showstmt().

SHOW_SEMANTIC_CHECK_FUNC showstmt_metadata::semantic_check_func

Definition at line 77 of file show_meta.h.

Referenced by pt_semantic_check_local().

SHOWSTMT_TYPE showstmt_metadata::show_type

Definition at line 68 of file show_meta.h.

Referenced by showstmt_get_metadata().

DB_ATTRIBUTE* showstmt_metadata::showstmt_attrs

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