Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

Command Struct Reference

Data Fields

char * line
int command_num
int type
int argc
char * argv [MAX_ARGS]

Detailed Description

Definition at line 252 of file pgbench.c.


Field Documentation

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().

Definition at line 254 of file pgbench.c.

Referenced by printResults(), and process_commands().

Definition at line 256 of file pgbench.c.

Referenced by doCustom(), process_commands(), and threadRun().


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