CUBRID Engine  latest
t_sql_info Struct Reference

#include <broker_log_sql_list.h>

Collaboration diagram for t_sql_info:
Collaboration graph

Public Attributes

char * sql
 
char * rewrite_sql
 
char * bind_str
 
double exec_time
 
double sql_log_time
 
double diff_time
 
int num_file
 
char ** filename
 

Detailed Description

Definition at line 73 of file broker_log_replay.c.

Member Data Documentation

char* t_sql_info::bind_str

Definition at line 77 of file broker_log_replay.c.

Referenced by log_replay(), make_sql_info(), and print_temp_result().

double t_sql_info::exec_time
char** t_sql_info::filename

Definition at line 34 of file broker_log_sql_list.h.

Referenced by sql_info_add(), and sql_info_write().

int t_sql_info::num_file

Definition at line 33 of file broker_log_sql_list.h.

Referenced by sql_info_add(), and sql_info_write().

char* t_sql_info::rewrite_sql

Definition at line 76 of file broker_log_replay.c.

Referenced by log_prepare(), log_replay(), make_sql_info(), and print_temp_result().

char * t_sql_info::sql
double t_sql_info::sql_log_time

Definition at line 79 of file broker_log_replay.c.

Referenced by get_sql_time_info(), make_sql_info(), and print_temp_result().


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