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 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¶
function desc_obj_to_disk¶
function er_filter_errid¶
function er_filter_fileset¶
function get_ignored_errors¶
function make_desc_obj¶
The documentation for this class was generated from the following file cubrid/src/loaddb/load_object.h