PostgreSQL Source Code  git master
CollateClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodearg
 
Listcollname
 
ParseLoc location
 

Detailed Description

Definition at line 381 of file parsenodes.h.

Field Documentation

◆ arg

Node* CollateClause::arg

Definition at line 384 of file parsenodes.h.

◆ collname

List* CollateClause::collname

Definition at line 385 of file parsenodes.h.

Referenced by GetColumnDefCollation(), and transformColumnType().

◆ location

ParseLoc CollateClause::location

Definition at line 386 of file parsenodes.h.

Referenced by GetColumnDefCollation(), and transformColumnType().

◆ type

NodeTag CollateClause::type

Definition at line 383 of file parsenodes.h.


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