PostgreSQL Source Code git master
Loading...
Searching...
No Matches
CustomPath Struct Reference

#include <pathnodes.h>

Data Fields

Path path
 
uint32 flags
 
Listcustom_paths
 
Listcustom_restrictinfo
 
Listcustom_private
 
const struct CustomPathMethodsmethods
 

Detailed Description

Definition at line 2229 of file pathnodes.h.

Field Documentation

◆ custom_paths

List* CustomPath::custom_paths

Definition at line 2234 of file pathnodes.h.

◆ custom_private

List* CustomPath::custom_private

Definition at line 2236 of file pathnodes.h.

◆ custom_restrictinfo

List* CustomPath::custom_restrictinfo

Definition at line 2235 of file pathnodes.h.

◆ flags

uint32 CustomPath::flags

Definition at line 2232 of file pathnodes.h.

◆ methods

const struct CustomPathMethods* CustomPath::methods

Definition at line 2237 of file pathnodes.h.

◆ path

Path CustomPath::path

Definition at line 2231 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().


The documentation for this struct was generated from the following file: