|
CUBRID Engine
latest
|
#include <method_scan.h>

Public Attributes | |
| qproc_db_value_list * | dbval_list |
| union { | |
| METHOD_INFO method_ctl | |
| } | s |
| DB_VALUE * | vallist |
| DB_VALUE ** | valptrs |
| int * | oid_cols |
| CURSOR_ID | crs_id |
| int | val_cnt |
Definition at line 77 of file method_scan.h.
| CURSOR_ID method_scan_buffer::crs_id |
Definition at line 92 of file method_scan.h.
Referenced by method_clear_scan_buffer(), method_invoke_from_stand_alone(), and method_receive_results_for_stand_alone().
| qproc_db_value_list* method_scan_buffer::dbval_list |
Definition at line 79 of file method_scan.h.
Referenced by method_close_value_array_scan(), method_invoke(), method_open_value_array_scan(), method_receive_results_for_stand_alone(), and method_scan_next_value_array().
| METHOD_INFO method_scan_buffer::method_ctl |
Definition at line 82 of file method_scan.h.
Referenced by method_invoke(), method_invoke_from_stand_alone(), method_open_scan(), method_open_value_array_scan(), method_receive_results_for_stand_alone(), and method_scan_next().
| int* method_scan_buffer::oid_cols |
Definition at line 91 of file method_scan.h.
Referenced by method_clear_scan_buffer(), and method_invoke_from_stand_alone().
| union { ... } method_scan_buffer::s |
| int method_scan_buffer::val_cnt |
Definition at line 93 of file method_scan.h.
Referenced by method_clear_scan_buffer(), and method_invoke_from_stand_alone().
| DB_VALUE* method_scan_buffer::vallist |
Definition at line 89 of file method_scan.h.
Referenced by method_clear_scan_buffer(), method_invoke_from_stand_alone(), and method_receive_results_for_stand_alone().
| DB_VALUE** method_scan_buffer::valptrs |
Definition at line 90 of file method_scan.h.
Referenced by method_clear_scan_buffer(), method_invoke_from_stand_alone(), and method_receive_results_for_stand_alone().