CUBRID Engine  latest
showstmt_scan_id Struct Reference

#include <scan_manager.h>

Collaboration diagram for showstmt_scan_id:
Collaboration graph

Public Attributes

SHOWSTMT_TYPE show_type
 
DB_VALUE ** arg_values
 
int arg_cnt
 
DB_VALUE ** out_values
 
int out_cnt
 
int cursor
 
void * ctx
 
SCAN_PRED scan_pred
 

Detailed Description

Definition at line 258 of file scan_manager.h.

Member Data Documentation

int showstmt_scan_id::arg_cnt

Definition at line 262 of file scan_manager.h.

Referenced by scan_open_showstmt_scan(), and showstmt_start_scan().

DB_VALUE** showstmt_scan_id::arg_values

Definition at line 261 of file scan_manager.h.

Referenced by scan_close_scan(), scan_open_showstmt_scan(), and showstmt_start_scan().

void* showstmt_scan_id::ctx
int showstmt_scan_id::cursor
int showstmt_scan_id::out_cnt

Definition at line 264 of file scan_manager.h.

Referenced by scan_open_showstmt_scan(), and showstmt_next_scan().

DB_VALUE** showstmt_scan_id::out_values

Definition at line 263 of file scan_manager.h.

Referenced by scan_close_scan(), scan_open_showstmt_scan(), and showstmt_next_scan().

SCAN_PRED showstmt_scan_id::scan_pred

Definition at line 267 of file scan_manager.h.

Referenced by scan_next_showstmt_scan(), and scan_open_showstmt_scan().

SHOWSTMT_TYPE showstmt_scan_id::show_type

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