PostgreSQL Source Code  git master
CollateClause Struct Reference

#include <parsenodes.h>

Data Fields

NodeTag type
 
Nodearg
 
Listcollname
 
int location
 

Detailed Description

Definition at line 371 of file parsenodes.h.

Field Documentation

◆ arg

Node* CollateClause::arg

Definition at line 374 of file parsenodes.h.

◆ collname

List* CollateClause::collname

Definition at line 375 of file parsenodes.h.

Referenced by GetColumnDefCollation(), and transformColumnType().

◆ location

int CollateClause::location

Definition at line 376 of file parsenodes.h.

Referenced by GetColumnDefCollation(), and transformColumnType().

◆ type

NodeTag CollateClause::type

Definition at line 373 of file parsenodes.h.


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