|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| Path | path |
| Path * | leftpath |
| Path * | rightpath |
| SetOpCmd | cmd |
| SetOpStrategy | strategy |
| List * | groupList |
| Cardinality | numGroups |
Definition at line 2654 of file pathnodes.h.
| SetOpCmd SetOpPath::cmd |
Definition at line 2659 of file pathnodes.h.
| List* SetOpPath::groupList |
Definition at line 2661 of file pathnodes.h.
| Path* SetOpPath::leftpath |
Definition at line 2657 of file pathnodes.h.
| Cardinality SetOpPath::numGroups |
Definition at line 2662 of file pathnodes.h.
| Path SetOpPath::path |
Definition at line 2656 of file pathnodes.h.
Referenced by oauth_server.OAuthHandler::_should_modify().
| Path* SetOpPath::rightpath |
Definition at line 2658 of file pathnodes.h.
| SetOpStrategy SetOpPath::strategy |
Definition at line 2660 of file pathnodes.h.