CUBRID Engine
latest
|
Public Attributes | |
char | db_name [DB_MAX_IDENTIFIER_LENGTH] |
char | user_name [DB_MAX_USER_LENGTH] |
T_APP_NAME | app_name |
char | br_name [BROKER_NAME_LEN] |
int | br_index |
char | ip_addr [16] |
int | pid |
char * | sql_text |
char | stmt_type |
char | str_qry_exec_begin_time [DDL_TIME_LEN] |
struct timeval | qry_exec_begin_time |
char | elapsed_time [DDL_TIME_LEN] |
int | file_line_number |
int | err_code |
char * | err_msg |
char | msg [DDL_LOG_MSG] |
char | load_filename [PATH_MAX] |
char | copy_filename [PATH_MAX] |
char | copy_fullpath [PATH_MAX] |
char | execute_type |
T_LOADDB_FILE_TYPE | loaddb_file_type |
T_CSQL_INPUT_TYPE | csql_input_type |
char | log_filepath [PATH_MAX] |
int | commit_count |
bool | auto_commit_mode |
bool | jsp_mode |
T_APP_NAME t_ddl_audit_handle::app_name |
Definition at line 67 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_set_app_name(), logddl_write(), logddl_write_end(), logddl_write_end_for_csql_fileinput(), and logddl_write_tran_str().
bool t_ddl_audit_handle::auto_commit_mode |
Definition at line 89 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_free(), logddl_set_commit_mode(), and logddl_write_tran_str().
int t_ddl_audit_handle::br_index |
Definition at line 69 of file ddl_log.c.
Referenced by logddl_make_filename(), and logddl_set_br_index().
char t_ddl_audit_handle::br_name[BROKER_NAME_LEN] |
Definition at line 68 of file ddl_log.c.
Referenced by logddl_make_filename(), and logddl_set_br_name().
int t_ddl_audit_handle::commit_count |
Definition at line 88 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_free(), and logddl_set_commit_count().
char t_ddl_audit_handle::copy_filename[PATH_MAX] |
Definition at line 82 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_free(), logddl_write(), logddl_write_end_for_csql_fileinput(), and logddl_write_tran_str().
char t_ddl_audit_handle::copy_fullpath[PATH_MAX] |
Definition at line 83 of file ddl_log.c.
Referenced by logddl_free(), logddl_write(), logddl_write_end_for_csql_fileinput(), and logddl_write_tran_str().
T_CSQL_INPUT_TYPE t_ddl_audit_handle::csql_input_type |
Definition at line 86 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_free(), logddl_init(), logddl_set_csql_input_type(), logddl_write(), logddl_write_end_for_csql_fileinput(), and logddl_write_tran_str().
char t_ddl_audit_handle::db_name[DB_MAX_IDENTIFIER_LENGTH] |
Definition at line 65 of file ddl_log.c.
Referenced by logddl_make_filename(), and logddl_set_db_name().
char t_ddl_audit_handle::elapsed_time[DDL_TIME_LEN] |
Definition at line 76 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_free(), and logddl_set_elapsed_time().
int t_ddl_audit_handle::err_code |
Definition at line 78 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_free(), and logddl_set_err_code().
char* t_ddl_audit_handle::err_msg |
Definition at line 79 of file ddl_log.c.
Referenced by logddl_destroy(), logddl_free(), logddl_init(), and logddl_set_err_msg().
char t_ddl_audit_handle::execute_type |
Definition at line 84 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_free(), logddl_init(), logddl_set_execute_type(), and logddl_write_end().
int t_ddl_audit_handle::file_line_number |
Definition at line 77 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_free(), and logddl_set_file_line().
char t_ddl_audit_handle::ip_addr[16] |
Definition at line 70 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_set_ip(), and logddl_write_tran_str().
bool t_ddl_audit_handle::jsp_mode |
Definition at line 90 of file ddl_log.c.
Referenced by logddl_free(), logddl_get_jsp_mode(), and logddl_set_jsp_mode().
char t_ddl_audit_handle::load_filename[PATH_MAX] |
Definition at line 81 of file ddl_log.c.
Referenced by logddl_free(), logddl_set_load_filename(), logddl_write(), logddl_write_end_for_csql_fileinput(), and logddl_write_tran_str().
T_LOADDB_FILE_TYPE t_ddl_audit_handle::loaddb_file_type |
Definition at line 85 of file ddl_log.c.
Referenced by logddl_free(), logddl_init(), logddl_set_loaddb_file_type(), logddl_write(), and logddl_write_end().
char t_ddl_audit_handle::log_filepath[PATH_MAX] |
Definition at line 87 of file ddl_log.c.
Referenced by logddl_free(), logddl_open(), logddl_write(), logddl_write_end_for_csql_fileinput(), and logddl_write_tran_str().
char t_ddl_audit_handle::msg[DDL_LOG_MSG] |
Definition at line 80 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_free(), logddl_set_msg(), logddl_write_end_for_csql_fileinput(), and logddl_write_tran_str().
int t_ddl_audit_handle::pid |
Definition at line 71 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_set_pid(), and logddl_write_tran_str().
struct timeval t_ddl_audit_handle::qry_exec_begin_time |
Definition at line 75 of file ddl_log.c.
Referenced by logddl_create_log_msg(), and logddl_set_start_time().
char* t_ddl_audit_handle::sql_text |
Definition at line 72 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_destroy(), logddl_free(), logddl_init(), and logddl_set_sql_text().
char t_ddl_audit_handle::stmt_type |
Definition at line 73 of file ddl_log.c.
Referenced by logddl_free(), logddl_init(), logddl_set_stmt_type(), logddl_write(), and logddl_write_end().
char t_ddl_audit_handle::str_qry_exec_begin_time[DDL_TIME_LEN] |
Definition at line 74 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_free(), logddl_set_start_time(), logddl_write_end_for_csql_fileinput(), and logddl_write_tran_str().
char t_ddl_audit_handle::user_name[DB_MAX_USER_LENGTH] |
Definition at line 66 of file ddl_log.c.
Referenced by logddl_create_log_msg(), logddl_set_user_name(), and logddl_write_tran_str().