PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Structures | |
union | ValUnion |
Data Fields | |
NodeTag | type |
union A_Const::ValUnion | val |
bool | isnull |
int | location |
Definition at line 301 of file parsenodes.h.
bool A_Const::isnull |
Definition at line 318 of file parsenodes.h.
Referenced by _copyA_Const(), _outA_Const(), exprIsNullConstant(), make_const(), and transformCaseExpr().
int A_Const::location |
Definition at line 319 of file parsenodes.h.
Referenced by findTargetlistEntrySQL92(), make_const(), makeStringConst(), transformCaseExpr(), and transformColumnDefinition().
NodeTag A_Const::type |
Definition at line 303 of file parsenodes.h.
union A_Const::ValUnion A_Const::val |