|
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 1322 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 1329 of file primnodes.h.
Referenced by deparseCaseExpr(), and having_collation_conflict_walker().
| List* CaseExpr::args |
Definition at line 1330 of file primnodes.h.
Referenced by assign_collations_walker(), deparseCaseExpr(), exprTypmod(), and having_collation_conflict_walker().
| Expr* CaseExpr::defresult |
Definition at line 1331 of file primnodes.h.
Referenced by assign_collations_walker(), deparseCaseExpr(), exprTypmod(), and having_collation_conflict_walker().
| ParseLoc CaseExpr::location |
Definition at line 1332 of file primnodes.h.
| Expr CaseExpr::xpr |
Definition at line 1324 of file primnodes.h.