CUBRID Engine
latest
|
#include <show_meta.h>
Public Attributes | |
SHOWSTMT_TYPE | show_type |
bool | only_for_dba |
const char * | alias_print |
const SHOWSTMT_COLUMN * | cols |
int | num_cols |
const SHOWSTMT_COLUMN_ORDERBY * | orderby |
int | num_orderby |
const SHOWSTMT_NAMED_ARG * | args |
int | arg_size |
SHOW_SEMANTIC_CHECK_FUNC | semantic_check_func |
DB_ATTRIBUTE * | showstmt_attrs |
Definition at line 66 of file show_meta.h.
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 |
Definition at line 78 of file show_meta.h.
Referenced by free_db_attribute_list(), init_db_attribute_list(), and showstmt_get_attributes().