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

#include <pathnodes.h>

Data Fields

Path path
 
Pathsubpath
 
NodelimitOffset
 
NodelimitCount
 
LimitOption limitOption
 

Detailed Description

Definition at line 2704 of file pathnodes.h.

Field Documentation

◆ limitCount

Node* LimitPath::limitCount

Definition at line 2709 of file pathnodes.h.

◆ limitOffset

Node* LimitPath::limitOffset

Definition at line 2708 of file pathnodes.h.

◆ limitOption

LimitOption LimitPath::limitOption

Definition at line 2710 of file pathnodes.h.

◆ path

Path LimitPath::path

Definition at line 2706 of file pathnodes.h.

Referenced by oauth_server.OAuthHandler::_should_modify().

◆ subpath

Path* LimitPath::subpath

Definition at line 2707 of file pathnodes.h.


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