CUBRID Engine  latest
t_ddl_audit_handle Struct Reference
Collaboration diagram for t_ddl_audit_handle:
Collaboration graph

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
 

Detailed Description

Definition at line 63 of file ddl_log.c.

Member Data Documentation

bool t_ddl_audit_handle::auto_commit_mode
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]
char t_ddl_audit_handle::copy_fullpath[PATH_MAX]
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
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]
T_LOADDB_FILE_TYPE t_ddl_audit_handle::loaddb_file_type
char t_ddl_audit_handle::log_filepath[PATH_MAX]
char t_ddl_audit_handle::msg[DDL_LOG_MSG]
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
char t_ddl_audit_handle::stmt_type
char t_ddl_audit_handle::str_qry_exec_begin_time[DDL_TIME_LEN]
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().


The documentation for this struct was generated from the following file: