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

Go to the source code of this file.

Classes

class  cubload::sa_class_installer
 
class  cubload::sa_object_loader
 

Namespaces

 cubload
 

Functions

void ldr_sa_load (cubload::load_args *args, int *status, bool *interrupted)
 
void print_log_msg (int verbose, const char *fmt,...)
 
void ldr_increment_err_total ()
 
void ldr_increment_fails ()
 

Function Documentation

void ldr_increment_err_total ( )

Definition at line 1024 of file load_sa_loader.cpp.

References ldr_context::err_total.

Referenced by cubload::error_handler::log_error_message().

Here is the caller graph for this function:

void ldr_increment_fails ( )

Definition at line 1037 of file load_sa_loader.cpp.

References Total_fails.

Referenced by cubload::error_handler::log_error_message().

Here is the caller graph for this function:

void ldr_sa_load ( cubload::load_args args,
int *  status,
bool interrupted 
)
void print_log_msg ( int  verbose,
const char *  fmt,
  ... 
)