PostgreSQL Source Code
git master
|
Data Fields | |
char * | name |
char * | svalue |
PgBenchValue | value |
char* Variable::name |
Definition at line 324 of file pgbench.c.
Referenced by lookupCreateVariable(), main(), and makeVariableValue().
char* Variable::svalue |
Definition at line 325 of file pgbench.c.
Referenced by getVariable(), lookupCreateVariable(), main(), makeVariableValue(), putVariable(), and putVariableValue().
PgBenchValue Variable::value |
Definition at line 326 of file pgbench.c.
Referenced by evaluateExpr(), getVariable(), main(), makeVariableValue(), putVariable(), and putVariableValue().