23 #ifndef _LOAD_OBJECT_H_ 24 #define _LOAD_OBJECT_H_ 32 #define CHECK_PRINT_ERROR(print_fnc) \ 34 if ((error = print_fnc) != NO_ERROR) \ 38 #define CHECK_EXIT_ERROR(e) \ 40 if ((e) == NO_ERROR) { \ 41 if (((e) = er_errid()) == NO_ERROR) \ 42 (e) = ER_GENERIC_ERROR; \
int text_print(TEXT_OUTPUT *tout, const char *buf, int buflen, char const *fmt,...)
void desc_free(DESC_OBJ *obj)
int desc_value_special_fprint(TEXT_OUTPUT *tout, DB_VALUE *value)
int desc_obj_to_disk(DESC_OBJ *obj, RECDES *record, bool *index_flag)
DESC_OBJ * make_desc_obj(SM_CLASS *class_)
int er_filter_errid(bool ignore_warning)
void get_ignored_errors(std::vector< int > &vec)
struct text_output TEXT_OUTPUT
int er_filter_fileset(FILE *ef)
void desc_value_print(print_output &output_ctx, DB_VALUE *value)
int text_print_flush(TEXT_OUTPUT *tout)
int desc_disk_to_obj(MOP classop, SM_CLASS *class_, RECDES *record, DESC_OBJ *obj)