|
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 382 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 388 of file parsenodes.h.
Referenced by _copyA_Const(), _jumbleA_Const(), _outA_Const(), exprIsNullConstant(), flatten_set_variable_args(), make_const(), and transformCaseExpr().
| ParseLoc A_Const::location |
Definition at line 389 of file parsenodes.h.
Referenced by findTargetlistEntrySQL92(), make_const(), makeStringConst(), transformCaseExpr(), and transformColumnDefinition().
| union ValUnion A_Const::val |
Definition at line 387 of file parsenodes.h.
Referenced by _copyA_Const(), _jumbleA_Const(), _outA_Const(), ExecSetVariableStmt(), findTargetlistEntrySQL92(), flatten_set_variable_args(), make_const(), makeStringConst(), transformColumnDefinition(), and typenameTypeMod().