CUBRID Engine
latest
|
#include <show_scan.h>
Public Attributes | |
DB_VALUE ** | tuples |
int | num_cols |
int | num_used |
int | num_total |
Definition at line 32 of file show_scan.h.
int showstmt_array_context::num_cols |
Definition at line 35 of file show_scan.h.
Referenced by showstmt_alloc_array_context(), showstmt_alloc_tuple_in_context(), showstmt_array_next_scan(), and showstmt_free_array_context().
int showstmt_array_context::num_total |
Definition at line 37 of file show_scan.h.
Referenced by showstmt_alloc_array_context(), and showstmt_alloc_tuple_in_context().
int showstmt_array_context::num_used |
Definition at line 36 of file show_scan.h.
Referenced by showstmt_alloc_array_context(), showstmt_alloc_tuple_in_context(), showstmt_array_next_scan(), and showstmt_free_array_context().
DB_VALUE** showstmt_array_context::tuples |
Definition at line 34 of file show_scan.h.
Referenced by showstmt_alloc_array_context(), showstmt_alloc_tuple_in_context(), showstmt_array_next_scan(), and showstmt_free_array_context().