Data Fields | |
char * | line |
int | command_num |
int | type |
int | argc |
char * | argv [MAX_ARGS] |
Definition at line 252 of file pgbench.c.
int Command::argc |
Definition at line 257 of file pgbench.c.
Referenced by doCustom(), getQueryParams(), parseQuery(), and process_commands().
char* Command::argv[MAX_ARGS] |
Definition at line 258 of file pgbench.c.
Referenced by doCustom(), getQueryParams(), parseQuery(), and process_commands().
Definition at line 255 of file pgbench.c.
Referenced by doCustom(), printResults(), and process_commands().
char* Command::line |
Definition at line 254 of file pgbench.c.
Referenced by printResults(), and process_commands().
int Command::type |
Definition at line 256 of file pgbench.c.
Referenced by doCustom(), process_commands(), and threadRun().