|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Data Fields | |
| NodeTag | type |
| Var * | rangeVar |
| char * | range_name |
| Node * | targetFrom |
| Node * | targetTo |
| Node * | targetRange |
| Oid | rangeType |
| bool | isDomain |
| Node * | overlapsExpr |
| List * | rangeTargetList |
| Oid | withoutPortionProc |
| ParseLoc | location |
| ParseLoc | targetLocation |
Definition at line 2449 of file primnodes.h.
| bool ForPortionOfExpr::isDomain |
Definition at line 2458 of file primnodes.h.
Referenced by ExecForPortionOfLeftovers().
| ParseLoc ForPortionOfExpr::location |
Definition at line 2463 of file primnodes.h.
| Node* ForPortionOfExpr::overlapsExpr |
Definition at line 2459 of file primnodes.h.
Referenced by expression_tree_walker_impl(), and RewriteQuery().
| char* ForPortionOfExpr::range_name |
Definition at line 2453 of file primnodes.h.
Referenced by ExecInitModifyTable(), and get_for_portion_of().
| List* ForPortionOfExpr::rangeTargetList |
Definition at line 2460 of file primnodes.h.
Referenced by expression_tree_walker_impl(), RewriteQuery(), and rewriteTargetView().
| Oid ForPortionOfExpr::rangeType |
Definition at line 2457 of file primnodes.h.
Referenced by ExecForPortionOfLeftovers(), and ExecInitModifyTable().
| Var* ForPortionOfExpr::rangeVar |
Definition at line 2452 of file primnodes.h.
Referenced by ExecForPortionOfLeftovers(), ExecInitModifyTable(), expression_tree_walker_impl(), rewriteTargetView(), and transformUpdateTargetList().
| Node* ForPortionOfExpr::targetFrom |
Definition at line 2454 of file primnodes.h.
Referenced by expression_tree_walker_impl(), and get_for_portion_of().
| ParseLoc ForPortionOfExpr::targetLocation |
Definition at line 2464 of file primnodes.h.
Referenced by ExecInitModifyTable().
| Node* ForPortionOfExpr::targetRange |
Definition at line 2456 of file primnodes.h.
Referenced by ExecInitModifyTable(), expression_tree_walker_impl(), and get_for_portion_of().
| Node* ForPortionOfExpr::targetTo |
Definition at line 2455 of file primnodes.h.
Referenced by expression_tree_walker_impl(), and get_for_portion_of().
| NodeTag ForPortionOfExpr::type |
Definition at line 2451 of file primnodes.h.
| Oid ForPortionOfExpr::withoutPortionProc |
Definition at line 2462 of file primnodes.h.
Referenced by ExecForPortionOfLeftovers().