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

#include <parsenodes.h>

Data Fields

NodeTag type
 
RoleSpecType roletype
 
charrolename
 
ParseLoc location
 

Detailed Description

Definition at line 426 of file parsenodes.h.

Field Documentation

◆ location

ParseLoc RoleSpec::location

Definition at line 431 of file parsenodes.h.

◆ rolename

char* RoleSpec::rolename

◆ roletype

◆ type

NodeTag RoleSpec::type

Definition at line 428 of file parsenodes.h.


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