CUBRID Engine
latest
|
Public Attributes | |
SHOWSTMT_TYPE | show_type |
START_SCAN_FUNC | start_func |
NEXT_SCAN_FUNC | next_func |
END_SCAN_FUNC | end_func |
Definition at line 71 of file show_scan.c.
END_SCAN_FUNC show_request::end_func |
Definition at line 76 of file show_scan.c.
Referenced by showstmt_end_scan(), and showstmt_scan_init().
NEXT_SCAN_FUNC show_request::next_func |
Definition at line 75 of file show_scan.c.
Referenced by showstmt_next_scan(), and showstmt_scan_init().
SHOWSTMT_TYPE show_request::show_type |
Definition at line 73 of file show_scan.c.
Referenced by showstmt_end_scan(), showstmt_next_scan(), showstmt_scan_init(), and showstmt_start_scan().
START_SCAN_FUNC show_request::start_func |
Definition at line 74 of file show_scan.c.
Referenced by showstmt_scan_init(), and showstmt_start_scan().