PostgreSQL Source Code
git master
|
#include <parsenodes.h>
Public Member Functions | |
pg_node_attr (custom_copy_equal, custom_read_write, custom_query_jumble) NodeTag type | |
Data Fields | |
union ValUnion | val |
bool | isnull |
ParseLoc | location |
Definition at line 359 of file parsenodes.h.
A_Const::pg_node_attr | ( | custom_copy_equal | , |
custom_read_write | , | ||
custom_query_jumble | |||
) |
bool A_Const::isnull |
Definition at line 365 of file parsenodes.h.
Referenced by _copyA_Const(), _jumbleA_Const(), _outA_Const(), exprIsNullConstant(), make_const(), and transformCaseExpr().
ParseLoc A_Const::location |
Definition at line 366 of file parsenodes.h.
Referenced by findTargetlistEntrySQL92(), make_const(), makeStringConst(), transformCaseExpr(), and transformColumnDefinition().
union ValUnion A_Const::val |
Definition at line 361 of file parsenodes.h.
Referenced by _copyA_Const(), _jumbleA_Const(), _outA_Const(), ExecSetVariableStmt(), findTargetlistEntrySQL92(), flatten_set_variable_args(), make_const(), makeStringConst(), transformColumnDefinition(), and typenameTypeMod().