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"#include "regu_var.hpp"#include "query_executor.h"
Public Functions¶
Public Functions Documentation¶
function fetch_and_coerce_key_limit_lower¶
int fetch_and_coerce_key_limit_lower (
THREAD_ENTRY * thread_p,
regu_variable_node * key_limit_l,
val_descr * vd,
DB_VALUE * out_val
)
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¶
inline 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_peek_dbval_slow¶
int fetch_peek_dbval_slow (
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_peek_leftmost_numeric_regu¶
DB_VALUE * fetch_peek_leftmost_numeric_regu (
THREAD_ENTRY * thread_p,
regu_variable_node * regu_var,
val_descr * vd
)
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