PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Data Fields | |
NodeTag | type |
Value | val |
int | location |
Definition at line 284 of file parsenodes.h.
int A_Const::location |
Definition at line 288 of file parsenodes.h.
Referenced by transformCaseExpr(), transformColumnDefinition(), and transformExprRecurse().
NodeTag A_Const::type |
Definition at line 286 of file parsenodes.h.
Value A_Const::val |
Definition at line 287 of file parsenodes.h.
Referenced by _copyAConst(), _equalAConst(), _outAConst(), ExecSetVariableStmt(), exprIsNullConstant(), flatten_set_variable_args(), transformCaseExpr(), transformColumnDefinition(), transformExprRecurse(), and typenameTypeMod().