PostgreSQL Source Code git master
CollateClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodearg
 
Listcollname
 
ParseLoc location
 

Detailed Description

Definition at line 406 of file parsenodes.h.

Field Documentation

◆ arg

Node* CollateClause::arg

Definition at line 409 of file parsenodes.h.

◆ collname

List* CollateClause::collname

Definition at line 410 of file parsenodes.h.

Referenced by GetColumnDefCollation(), and transformColumnType().

◆ location

ParseLoc CollateClause::location

Definition at line 411 of file parsenodes.h.

Referenced by GetColumnDefCollation(), and transformColumnType().

◆ type

NodeTag CollateClause::type

Definition at line 408 of file parsenodes.h.


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