PostgreSQL Source Code
git master
|
Data Fields | |
PQExpBufferData | lines |
char * | first_line |
int | type |
MetaCommand | meta |
int | argc |
char * | argv [MAX_ARGS] |
char * | varprefix |
PgBenchExpr * | expr |
SimpleStats | stats |
int64 | retries |
int64 | failures |
int Command::argc |
Definition at line 754 of file pgbench.c.
Referenced by create_sql_command(), executeMetaCommand(), free_command(), getQueryParams(), parseQuery(), ParseScript(), postprocess_sql_command(), process_backslash_command(), and sendCommand().
char* Command::argv[MAX_ARGS] |
Definition at line 755 of file pgbench.c.
Referenced by create_sql_command(), executeMetaCommand(), free_command(), getQueryParams(), parseQuery(), ParseScript(), postprocess_sql_command(), process_backslash_command(), and sendCommand().
PgBenchExpr* Command::expr |
Definition at line 757 of file pgbench.c.
Referenced by create_sql_command(), executeMetaCommand(), and process_backslash_command().
int64 Command::failures |
Definition at line 760 of file pgbench.c.
Referenced by advanceConnectionState(), and create_sql_command().
char* Command::first_line |
Definition at line 751 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 750 of file pgbench.c.
Referenced by create_sql_command(), free_command(), parseQuery(), and postprocess_sql_command().
MetaCommand Command::meta |
Definition at line 753 of file pgbench.c.
Referenced by advanceConnectionState(), CheckConditional(), create_sql_command(), executeMetaCommand(), ParseScript(), and process_backslash_command().
int64 Command::retries |
Definition at line 759 of file pgbench.c.
Referenced by advanceConnectionState(), and create_sql_command().
SimpleStats Command::stats |
Definition at line 758 of file pgbench.c.
Referenced by advanceConnectionState(), create_sql_command(), and process_backslash_command().
int Command::type |
Definition at line 752 of file pgbench.c.
Referenced by advanceConnectionState(), CheckConditional(), commandError(), create_sql_command(), executeMetaCommand(), ParseScript(), postprocess_sql_command(), and process_backslash_command().
char* Command::varprefix |
Definition at line 756 of file pgbench.c.
Referenced by advanceConnectionState(), create_sql_command(), free_command(), and ParseScript().