File show_meta.c¶
FileList > cubrid > src > parser > show_meta.c
Go to the source code of this file
#include "config.h"#include <assert.h>#include <stdio.h>#include <string.h>#include <stdlib.h>#include <limits.h>#include <ctype.h>#include "authenticate.h"#include "show_meta.h"#include "error_manager.h"#include "parser.h"#include "schema_manager.h"#include "dbtype.h"#include "error_code.h"#include "db.h"
Public Types¶
| Type | Name |
|---|---|
| enum | SHOW_ONLY_ALL |
| enum | show__meta_8c_1a1e8054db89feba236b2235d16d0bd1ad |
| enum | show__meta_8c_1a9b29769343da78881f442e657eb62b6e |
Public Static Attributes¶
| Type | Name |
|---|---|
| bool | show_Inited = [**false**](broker__monitor_8c.md#function-timeout) |
| SHOWSTMT_METADATA * | show_Metas |
Public Functions¶
| Type | Name |
|---|---|
| DB_ATTRIBUTE * | showstmt_get_attributes (SHOWSTMT_TYPE show_type) |
| const SHOWSTMT_METADATA * | showstmt_get_metadata (SHOWSTMT_TYPE show_type) |
| void | showstmt_metadata_final (void) |
| int | showstmt_metadata_init (void) |
Public Static Functions¶
Public Types Documentation¶
enum SHOW_ONLY_ALL¶
enum show__meta_8c_1a1e8054db89feba236b2235d16d0bd1ad¶
enum show__meta_8c_1a9b29769343da78881f442e657eb62b6e¶
enum show__meta_8c_1a9b29769343da78881f442e657eb62b6e {
ARG_REQUIRED = false,
ARG_OPTIONAL = true
};
Public Static Attributes Documentation¶
variable show_Inited¶
variable show_Metas¶
Public Functions Documentation¶
function showstmt_get_attributes¶
function showstmt_get_metadata¶
function showstmt_metadata_final¶
function showstmt_metadata_init¶
Public Static Functions Documentation¶
function free_db_attribute_list¶
function init_db_attribute_list¶
function metadata_of_access_status¶
function metadata_of_active_log_header¶
function metadata_of_archive_log_header¶
function metadata_of_full_timezones¶
function metadata_of_global_critical_sections¶
function metadata_of_heap_capacity¶
function metadata_of_heap_header¶
function metadata_of_index_capacity¶
function metadata_of_index_header¶
function metadata_of_job_queues¶
function metadata_of_page_buffer_status¶
function metadata_of_slotted_page_header¶
function metadata_of_slotted_page_slots¶
function metadata_of_threads¶
function metadata_of_timezones¶
function metadata_of_tran_tables¶
function metadata_of_volume_header¶
function pt_check_access_status¶
function pt_check_show_index¶
function pt_check_table_in_show_heap¶
The documentation for this class was generated from the following file cubrid/src/parser/show_meta.c