PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
PLAssignStmt Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
char * name
 
Listindirection
 
int nnames
 
SelectStmtval
 
ParseLoc location
 

Detailed Description

Definition at line 2283 of file parsenodes.h.

Field Documentation

◆ indirection

List* PLAssignStmt::indirection

Definition at line 2288 of file parsenodes.h.

◆ location

ParseLoc PLAssignStmt::location

Definition at line 2291 of file parsenodes.h.

◆ name

char* PLAssignStmt::name

Definition at line 2287 of file parsenodes.h.

◆ nnames

int PLAssignStmt::nnames

Definition at line 2289 of file parsenodes.h.

◆ type

NodeTag PLAssignStmt::type

Definition at line 2285 of file parsenodes.h.

◆ val

SelectStmt* PLAssignStmt::val

Definition at line 2290 of file parsenodes.h.


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