CUBRID Engine  latest
method_scan_buffer Struct Reference

#include <method_scan.h>

Collaboration diagram for method_scan_buffer:
Collaboration graph

Public Attributes

qproc_db_value_listdbval_list
 
union {
   METHOD_INFO   method_ctl
 
s
 
DB_VALUEvallist
 
DB_VALUE ** valptrs
 
int * oid_cols
 
CURSOR_ID crs_id
 
int val_cnt
 

Detailed Description

Definition at line 77 of file method_scan.h.

Member Data Documentation

CURSOR_ID method_scan_buffer::crs_id
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().

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
DB_VALUE** method_scan_buffer::valptrs

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