CUBRID Engine
latest
|
#include <show_meta.h>
Public Attributes | |
const char * | name |
ARG_VALUE_TYPE | type |
bool | optional |
Definition at line 56 of file show_meta.h.
const char* showstmt_named_arg::name |
Definition at line 58 of file show_meta.h.
Referenced by pt_make_query_showstmt(), and pt_resolve_showstmt_args_named().
bool showstmt_named_arg::optional |
Definition at line 60 of file show_meta.h.
Referenced by check_arg_valid().
ARG_VALUE_TYPE showstmt_named_arg::type |
Definition at line 59 of file show_meta.h.
Referenced by check_arg_valid().