Skip to content

File load_object.h

FileList > cubrid > src > loaddb > load_object.h

Go to the source code of this file

  • #include <fcntl.h>
  • #include "dbtype_def.h"
  • #include "class_object.h"
  • #include <vector>

Classes

Type Name
struct dbvalue_buf
struct desc_obj

Public Types

Type Name
typedef struct dbvalue_buf DBVALUE_BUF
typedef struct desc_obj DESC_OBJ

Public Functions

Type Name
int desc_disk_to_obj (MOP classop, SM_CLASS * class_, RECDES * record, DESC_OBJ * obj, bool is_unloaddb)
void desc_free (DESC_OBJ * obj)
int desc_obj_to_disk (DESC_OBJ * obj, RECDES * record, bool * index_flag)
int er_filter_errid (bool ignore_warning)
int er_filter_fileset (FILE * ef)
void get_ignored_errors (std::vector< int > & vec)
DESC_OBJ * make_desc_obj (SM_CLASS * class_, int pre_alloc_varchar_size)

Public Types Documentation

typedef DBVALUE_BUF

typedef struct dbvalue_buf DBVALUE_BUF;

typedef DESC_OBJ

typedef struct desc_obj DESC_OBJ;

Public Functions Documentation

function desc_disk_to_obj

int desc_disk_to_obj (
    MOP classop,
    SM_CLASS * class_,
    RECDES * record,
    DESC_OBJ * obj,
    bool is_unloaddb
) 

function desc_free

void desc_free (
    DESC_OBJ * obj
) 

function desc_obj_to_disk

int desc_obj_to_disk (
    DESC_OBJ * obj,
    RECDES * record,
    bool * index_flag
) 

function er_filter_errid

int er_filter_errid (
    bool ignore_warning
) 

function er_filter_fileset

int er_filter_fileset (
    FILE * ef
) 

function get_ignored_errors

void get_ignored_errors (
    std::vector< int > & vec
) 

function make_desc_obj

DESC_OBJ * make_desc_obj (
    SM_CLASS * class_,
    int pre_alloc_varchar_size
) 


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