CUBRID Engine  latest
show_scan.h File Reference
#include "dbtype_def.h"
#include "thread_compat.hpp"
Include dependency graph for show_scan.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  showstmt_array_context
 

Typedefs

typedef struct showstmt_array_context SHOWSTMT_ARRAY_CONTEXT
 

Functions

SHOWSTMT_ARRAY_CONTEXTshowstmt_alloc_array_context (THREAD_ENTRY *thread_p, int num_capacity, int num_cols)
 
void showstmt_free_array_context (THREAD_ENTRY *thread_p, SHOWSTMT_ARRAY_CONTEXT *ctx)
 
DB_VALUEshowstmt_alloc_tuple_in_context (THREAD_ENTRY *thread_p, SHOWSTMT_ARRAY_CONTEXT *ctx)
 
int thread_start_scan (THREAD_ENTRY *thread_p, int type, DB_VALUE **arg_values, int arg_cnt, void **ctx)
 

Typedef Documentation

Definition at line 31 of file show_scan.h.

Function Documentation

int thread_start_scan ( THREAD_ENTRY thread_p,
int  type,
DB_VALUE **  arg_values,
int  arg_cnt,
void **  ctx 
)