PostgreSQL Source Code  git master
Command Struct Reference

Data Fields

PQExpBufferData lines
 
char * first_line
 
int type
 
MetaCommand meta
 
int argc
 
char * argv [MAX_ARGS]
 
char * prepname
 
char * varprefix
 
PgBenchExprexpr
 
SimpleStats stats
 
int64 retries
 
int64 failures
 

Detailed Description

Definition at line 739 of file pgbench.c.

Field Documentation

◆ argc

◆ argv

◆ expr

PgBenchExpr* Command::expr

Definition at line 749 of file pgbench.c.

Referenced by create_sql_command(), executeMetaCommand(), and process_backslash_command().

◆ failures

int64 Command::failures

Definition at line 752 of file pgbench.c.

Referenced by advanceConnectionState(), and create_sql_command().

◆ first_line

char* Command::first_line

◆ lines

PQExpBufferData Command::lines

Definition at line 741 of file pgbench.c.

Referenced by create_sql_command(), free_command(), parseQuery(), and postprocess_sql_command().

◆ meta

◆ prepname

char* Command::prepname

◆ retries

int64 Command::retries

Definition at line 751 of file pgbench.c.

Referenced by advanceConnectionState(), and create_sql_command().

◆ stats

SimpleStats Command::stats

◆ type

◆ varprefix

char* Command::varprefix

Definition at line 748 of file pgbench.c.

Referenced by advanceConnectionState(), create_sql_command(), free_command(), and ParseScript().


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