Thanks to visit codestin.com
Credit goes to doxygen.postgresql.org

PostgreSQL Source Code git master
PrepareStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * name
 
Listargtypes
 
Nodequery
 

Detailed Description

Definition at line 4166 of file parsenodes.h.

Field Documentation

◆ argtypes

List* PrepareStmt::argtypes

Definition at line 4170 of file parsenodes.h.

◆ name

char* PrepareStmt::name

Definition at line 4169 of file parsenodes.h.

◆ query

Node* PrepareStmt::query

Definition at line 4171 of file parsenodes.h.

◆ type

NodeTag PrepareStmt::type

Definition at line 4168 of file parsenodes.h.


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