PostgreSQL Source Code  git master
PrepareStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * name
 
Listargtypes
 
Nodequery
 

Detailed Description

Definition at line 3956 of file parsenodes.h.

Field Documentation

◆ argtypes

List* PrepareStmt::argtypes

Definition at line 3960 of file parsenodes.h.

◆ name

char* PrepareStmt::name

Definition at line 3959 of file parsenodes.h.

◆ query

Node* PrepareStmt::query

Definition at line 3961 of file parsenodes.h.

◆ type

NodeTag PrepareStmt::type

Definition at line 3958 of file parsenodes.h.


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