File fetch.h¶
FileList > cubrid > src > query > fetch.h
Go to the source code of this file
#include "storage_common.h"#include "oid.h"#include "query_evaluator.h"#include "query_list.h"
Public Functions¶
| Type | Name |
|---|---|
| int | fetch_copy_dbval (THREAD_ENTRY * thread_p, regu_variable_node * regu_var, val_descr * vd, OID * class_oid, OID * obj_oid, QFILE_TUPLE tpl, DB_VALUE * dbval) |
| void | fetch_force_not_const_recursive (regu_variable_node & reguvar) |
| void | fetch_init_val_list (regu_variable_list_node * regu_list) |
| int | fetch_peek_dbval (THREAD_ENTRY * thread_p, regu_variable_node * regu_var, val_descr * vd, OID * class_oid, OID * obj_oid, QFILE_TUPLE tpl, DB_VALUE ** peek_dbval) |
| int | fetch_val_list (THREAD_ENTRY * thread_p, regu_variable_list_node * regu_list, val_descr * vd, OID * class_oid, OID * obj_oid, QFILE_TUPLE tpl, int peek) |
Public Functions Documentation¶
function fetch_copy_dbval¶
int fetch_copy_dbval (
THREAD_ENTRY * thread_p,
regu_variable_node * regu_var,
val_descr * vd,
OID * class_oid,
OID * obj_oid,
QFILE_TUPLE tpl,
DB_VALUE * dbval
)
function fetch_force_not_const_recursive¶
function fetch_init_val_list¶
function fetch_peek_dbval¶
int fetch_peek_dbval (
THREAD_ENTRY * thread_p,
regu_variable_node * regu_var,
val_descr * vd,
OID * class_oid,
OID * obj_oid,
QFILE_TUPLE tpl,
DB_VALUE ** peek_dbval
)
function fetch_val_list¶
int fetch_val_list (
THREAD_ENTRY * thread_p,
regu_variable_list_node * regu_list,
val_descr * vd,
OID * class_oid,
OID * obj_oid,
QFILE_TUPLE tpl,
int peek
)
The documentation for this class was generated from the following file cubrid/src/query/fetch.h