Skip to content

File show_scan.h

FileList > cubrid > src > query > show_scan.h

Go to the source code of this file

  • #include "dbtype_def.h"
  • #include "thread_compat.hpp"

Classes

Type Name
struct showstmt_array_context

Public Types

Type Name
typedef struct showstmt_array_context SHOWSTMT_ARRAY_CONTEXT

Public Functions

Type Name
SHOWSTMT_ARRAY_CONTEXT * showstmt_alloc_array_context (THREAD_ENTRY * thread_p, int num_capacity, int num_cols)
DB_VALUE * showstmt_alloc_tuple_in_context (THREAD_ENTRY * thread_p, SHOWSTMT_ARRAY_CONTEXT * ctx)
void showstmt_free_array_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)

Public Types Documentation

typedef SHOWSTMT_ARRAY_CONTEXT

typedef struct showstmt_array_context SHOWSTMT_ARRAY_CONTEXT;

Public Functions Documentation

function showstmt_alloc_array_context

SHOWSTMT_ARRAY_CONTEXT * showstmt_alloc_array_context (
    THREAD_ENTRY * thread_p,
    int num_capacity,
    int num_cols
) 

function showstmt_alloc_tuple_in_context

DB_VALUE * showstmt_alloc_tuple_in_context (
    THREAD_ENTRY * thread_p,
    SHOWSTMT_ARRAY_CONTEXT * ctx
) 

function showstmt_free_array_context

void showstmt_free_array_context (
    THREAD_ENTRY * thread_p,
    SHOWSTMT_ARRAY_CONTEXT * ctx
) 

function thread_start_scan

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


The documentation for this class was generated from the following file cubrid/src/query/show_scan.h