PostgreSQL Source Code
git master
|
#include <prepare.h>
Data Fields | |
char | stmt_name [NAMEDATALEN] |
CachedPlanSource * | plansource |
bool | from_sql |
TimestampTz | prepare_time |
bool PreparedStatement::from_sql |
Definition at line 32 of file prepare.h.
Referenced by pg_prepared_statement(), and StorePreparedStatement().
CachedPlanSource* PreparedStatement::plansource |
Definition at line 31 of file prepare.h.
Referenced by DropAllPreparedStatements(), DropPreparedStatement(), EvaluateParams(), exec_bind_message(), exec_describe_statement_message(), ExecuteQuery(), ExplainExecuteQuery(), pg_prepared_statement(), StorePreparedStatement(), and UtilityReturnsTuples().
TimestampTz PreparedStatement::prepare_time |
Definition at line 33 of file prepare.h.
Referenced by pg_prepared_statement(), and StorePreparedStatement().
char PreparedStatement::stmt_name[NAMEDATALEN] |
Definition at line 30 of file prepare.h.
Referenced by DropAllPreparedStatements(), DropPreparedStatement(), EvaluateParams(), and pg_prepared_statement().