|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Data Fields | |
| Expr | xpr |
| Expr * | expr |
| Expr * | result |
| ParseLoc | location |
Definition at line 1355 of file primnodes.h.
| Expr* CaseWhen::expr |
Definition at line 1358 of file primnodes.h.
Referenced by deparseCaseExpr(), and transformCaseExpr().
| ParseLoc CaseWhen::location |
Definition at line 1360 of file primnodes.h.
Referenced by transformCaseExpr().
| Expr* CaseWhen::result |
Definition at line 1359 of file primnodes.h.
Referenced by deparseCaseExpr(), exprTypmod(), and transformCaseExpr().
| Expr CaseWhen::xpr |
Definition at line 1357 of file primnodes.h.