#include <prepare.h>
Data Fields | |
char | stmt_name [NAMEDATALEN] |
CachedPlanSource * | plansource |
bool | from_sql |
TimestampTz | prepare_time |
Definition at line 27 of file prepare.h.
Definition at line 32 of file prepare.h.
Referenced by pg_prepared_statement(), and StorePreparedStatement().
Definition at line 31 of file prepare.h.
Referenced by DropAllPreparedStatements(), DropPreparedStatement(), errdetail_execute(), EvaluateParams(), exec_bind_message(), exec_describe_statement_message(), ExecuteQuery(), ExplainExecuteQuery(), FetchPreparedStatementResultDesc(), FetchPreparedStatementTargetList(), GetCommandLogLevel(), pg_prepared_statement(), StorePreparedStatement(), and UtilityReturnsTuples().
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().