PostgreSQL Source Code git master
Loading...
Searching...
No Matches
PreparedStatement Struct Reference

#include <prepare.h>

Data Fields

char stmt_name [NAMEDATALEN]
 
CachedPlanSourceplansource
 
bool from_sql
 
TimestampTz prepare_time
 

Detailed Description

Definition at line 28 of file prepare.h.

Field Documentation

◆ from_sql

bool PreparedStatement::from_sql

Definition at line 33 of file prepare.h.

Referenced by StorePreparedStatement().

◆ plansource

◆ prepare_time

TimestampTz PreparedStatement::prepare_time

Definition at line 34 of file prepare.h.

Referenced by StorePreparedStatement().

◆ stmt_name

char PreparedStatement::stmt_name[NAMEDATALEN]

Definition at line 31 of file prepare.h.

Referenced by DropAllPreparedStatements(), DropPreparedStatement(), and EvaluateParams().


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