PostgreSQL Source Code git master
|
Data Fields | |
PQExpBufferData | lines |
char * | first_line |
int | type |
MetaCommand | meta |
int | argc |
char * | argv [MAX_ARGS] |
char * | prepname |
char * | varprefix |
PgBenchExpr * | expr |
SimpleStats | stats |
int64 | retries |
int64 | failures |
int Command::argc |
Definition at line 746 of file pgbench.c.
Referenced by create_sql_command(), executeMetaCommand(), free_command(), getQueryParams(), parseQuery(), ParseScript(), postprocess_sql_command(), prepareCommand(), process_backslash_command(), and sendCommand().
char* Command::argv[MAX_ARGS] |
Definition at line 747 of file pgbench.c.
Referenced by create_sql_command(), executeMetaCommand(), free_command(), getQueryParams(), parseQuery(), ParseScript(), postprocess_sql_command(), prepareCommand(), process_backslash_command(), and sendCommand().
PgBenchExpr* Command::expr |
Definition at line 750 of file pgbench.c.
Referenced by create_sql_command(), executeMetaCommand(), and process_backslash_command().
int64 Command::failures |
Definition at line 753 of file pgbench.c.
Referenced by advanceConnectionState(), and create_sql_command().
char* Command::first_line |
Definition at line 743 of file pgbench.c.
Referenced by create_sql_command(), free_command(), ParseScript(), postprocess_sql_command(), and process_backslash_command().
PQExpBufferData Command::lines |
Definition at line 742 of file pgbench.c.
Referenced by create_sql_command(), free_command(), parseQuery(), and postprocess_sql_command().
MetaCommand Command::meta |
Definition at line 745 of file pgbench.c.
Referenced by advanceConnectionState(), CheckConditional(), create_sql_command(), executeMetaCommand(), ParseScript(), prepareCommandsInPipeline(), and process_backslash_command().
char* Command::prepname |
Definition at line 748 of file pgbench.c.
Referenced by create_sql_command(), postprocess_sql_command(), prepareCommand(), and sendCommand().
int64 Command::retries |
Definition at line 752 of file pgbench.c.
Referenced by advanceConnectionState(), and create_sql_command().
SimpleStats Command::stats |
Definition at line 751 of file pgbench.c.
Referenced by advanceConnectionState(), create_sql_command(), and process_backslash_command().
int Command::type |
Definition at line 744 of file pgbench.c.
Referenced by advanceConnectionState(), CheckConditional(), commandError(), create_sql_command(), executeMetaCommand(), ParseScript(), postprocess_sql_command(), prepareCommand(), prepareCommandsInPipeline(), and process_backslash_command().
char* Command::varprefix |
Definition at line 749 of file pgbench.c.
Referenced by advanceConnectionState(), create_sql_command(), free_command(), and ParseScript().