PostgreSQL Source Code  git master
PreparedStatement Struct Reference

#include <prepare.h>

Data Fields

char stmt_name [NAMEDATALEN]
 
CachedPlanSourceplansource
 
bool from_sql
 
TimestampTz prepare_time
 

Detailed Description

Definition at line 27 of file prepare.h.

Field Documentation

◆ from_sql

bool PreparedStatement::from_sql

Definition at line 32 of file prepare.h.

Referenced by pg_prepared_statement(), and StorePreparedStatement().

◆ plansource

◆ prepare_time

TimestampTz PreparedStatement::prepare_time

Definition at line 33 of file prepare.h.

Referenced by pg_prepared_statement(), and StorePreparedStatement().

◆ stmt_name

char PreparedStatement::stmt_name[NAMEDATALEN]

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