|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Public Member Functions | |
| Oid type | pg_node_attr (query_jumble_ignore) |
Data Fields | |
| Expr | xpr |
| SQLValueFunctionOp | op |
| int32 | typmod |
| ParseLoc | location |
Definition at line 1578 of file primnodes.h.
| ParseLoc SQLValueFunction::location |
Definition at line 1589 of file primnodes.h.
| SQLValueFunctionOp SQLValueFunction::op |
Definition at line 1581 of file primnodes.h.
Referenced by ExecEvalSQLValueFunction(), get_rule_expr(), and transformSQLValueFunction().
| int32 SQLValueFunction::typmod |
Definition at line 1588 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), ExecEvalSQLValueFunction(), get_rule_expr(), and transformSQLValueFunction().
| Expr SQLValueFunction::xpr |
Definition at line 1580 of file primnodes.h.