|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Public Member Functions | |
| Oid casetype | pg_node_attr (query_jumble_ignore) |
| Oid casecollid | pg_node_attr (query_jumble_ignore) |
Data Fields | |
| Expr | xpr |
| Expr * | arg |
| List * | args |
| Expr * | defresult |
| ParseLoc | location |
Definition at line 1339 of file primnodes.h.
| Oid casetype CaseExpr::pg_node_attr | ( | query_jumble_ignore | ) |
| Oid casecollid CaseExpr::pg_node_attr | ( | query_jumble_ignore | ) |
| Expr* CaseExpr::arg |
Definition at line 1346 of file primnodes.h.
Referenced by deparseCaseExpr().
| List* CaseExpr::args |
Definition at line 1347 of file primnodes.h.
Referenced by assign_collations_walker(), deparseCaseExpr(), and exprTypmod().
| Expr* CaseExpr::defresult |
Definition at line 1348 of file primnodes.h.
Referenced by assign_collations_walker(), deparseCaseExpr(), and exprTypmod().
| ParseLoc CaseExpr::location |
Definition at line 1349 of file primnodes.h.
| Expr CaseExpr::xpr |
Definition at line 1341 of file primnodes.h.