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

#include <primnodes.h>

Data Fields

Expr xpr
 
const charelvarname
 
Oid propid
 
Oid typeId
 
int32 typmod
 
Oid collation
 
ParseLoc location
 

Detailed Description

Definition at line 2194 of file primnodes.h.

Field Documentation

◆ collation

Oid GraphPropertyRef::collation

Definition at line 2201 of file primnodes.h.

◆ elvarname

const char* GraphPropertyRef::elvarname

Definition at line 2197 of file primnodes.h.

◆ location

ParseLoc GraphPropertyRef::location

Definition at line 2202 of file primnodes.h.

◆ propid

Oid GraphPropertyRef::propid

Definition at line 2198 of file primnodes.h.

◆ typeId

Oid GraphPropertyRef::typeId

Definition at line 2199 of file primnodes.h.

◆ typmod

int32 GraphPropertyRef::typmod

Definition at line 2200 of file primnodes.h.

◆ xpr

Expr GraphPropertyRef::xpr

Definition at line 2196 of file primnodes.h.


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