PostgreSQL Source Code  git master
TypeName Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Listnames
 
Oid typeOid
 
bool setof
 
bool pct_type
 
Listtypmods
 
int32 typemod
 
ListarrayBounds
 
ParseLoc location
 

Detailed Description

Definition at line 265 of file parsenodes.h.

Field Documentation

◆ arrayBounds

◆ location

◆ names

◆ pct_type

bool TypeName::pct_type

◆ setof

◆ type

NodeTag TypeName::type

Definition at line 267 of file parsenodes.h.

◆ typemod

int32 TypeName::typemod

Definition at line 273 of file parsenodes.h.

Referenced by makeTypeNameFromNameList(), makeTypeNameFromOid(), and typenameTypeMod().

◆ typeOid

◆ typmods


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