|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Public Member Functions | |
| List *usingClause | pg_node_attr (query_jumble_ignore) |
| Alias *join_using_alias | pg_node_attr (query_jumble_ignore) |
| Alias *alias | pg_node_attr (query_jumble_ignore) |
Data Fields | |
| NodeTag | type |
| JoinType | jointype |
| bool | isNatural |
| Node * | larg |
| Node * | rarg |
| Node * | quals |
| int | rtindex |
Definition at line 2365 of file primnodes.h.
| List *usingClause JoinExpr::pg_node_attr | ( | query_jumble_ignore | ) |
| Alias *join_using_alias JoinExpr::pg_node_attr | ( | query_jumble_ignore | ) |
| Alias *alias JoinExpr::pg_node_attr | ( | query_jumble_ignore | ) |
| bool JoinExpr::isNatural |
Definition at line 2369 of file primnodes.h.
| JoinType JoinExpr::jointype |
Definition at line 2368 of file primnodes.h.
| Node* JoinExpr::larg |
Definition at line 2370 of file primnodes.h.
Referenced by expression_tree_mutator_impl(), expression_tree_walker_impl(), and raw_expression_tree_walker_impl().
| Node* JoinExpr::quals |
Definition at line 2377 of file primnodes.h.
Referenced by expression_tree_mutator_impl(), expression_tree_walker_impl(), and raw_expression_tree_walker_impl().
| Node* JoinExpr::rarg |
Definition at line 2371 of file primnodes.h.
Referenced by expression_tree_mutator_impl(), expression_tree_walker_impl(), and raw_expression_tree_walker_impl().
| int JoinExpr::rtindex |
Definition at line 2381 of file primnodes.h.
| NodeTag JoinExpr::type |
Definition at line 2367 of file primnodes.h.