PostgreSQL Source Code git master
SelectStmtPassthrough Struct Reference

Data Fields

PLAssignStmtstmt
 
Nodetarget
 
Listindirection
 

Detailed Description

Definition at line 59 of file analyze.c.

Field Documentation

◆ indirection

List* SelectStmtPassthrough::indirection

Definition at line 63 of file analyze.c.

Referenced by transformPLAssignStmt(), and transformPLAssignStmtTarget().

◆ stmt

PLAssignStmt* SelectStmtPassthrough::stmt

Definition at line 61 of file analyze.c.

Referenced by transformPLAssignStmt(), and transformPLAssignStmtTarget().

◆ target

Node* SelectStmtPassthrough::target

Definition at line 62 of file analyze.c.

Referenced by transformPLAssignStmt(), and transformPLAssignStmtTarget().


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