File broker_log_converter.c¶
FileList > broker > broker_log_converter.c
Go to the source code of this file
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <unistd.h>#include "cubrid_getopt.h"#include "cas_common.h"#include "cas_cci.h"#include "broker_log_util.h"
Public Static Attributes¶
| Type | Name |
|---|---|
| char | add_query_id = 0 |
| char | add_query_info = 0 |
| char * | infilename = [**NULL**](freelistheap_8h.md#define-null) |
Public Functions¶
| Type | Name |
|---|---|
| int | main (int argc, char * argv) |
Public Static Functions¶
| Type | Name |
|---|---|
| void | close_file (FILE * infp, FILE * outfp) |
| int | get_args (int argc, char * argv) |
| int | log_bind_value (char * str, int bind_len, int lineno, FILE * outfp) |
| int | log_converter (FILE * infp, FILE * outfp) |
| int | open_file (char * infilename, char * outfilename, FILE ** infp, FILE ** outfp) |
Public Static Attributes Documentation¶
variable add_query_id¶
variable add_query_info¶
variable infilename¶
Public Functions Documentation¶
function main¶
Public Static Functions Documentation¶
function close_file¶
function get_args¶
function log_bind_value¶
function log_converter¶
function open_file¶
The documentation for this class was generated from the following file cubrid/src/broker/broker_log_converter.c