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 |
int | location |
Definition at line 1488 of file primnodes.h.
int SQLValueFunction::location |
Definition at line 1499 of file primnodes.h.
SQLValueFunctionOp SQLValueFunction::op |
Definition at line 1491 of file primnodes.h.
Referenced by ExecEvalSQLValueFunction(), get_rule_expr(), and transformSQLValueFunction().
int32 SQLValueFunction::typmod |
Definition at line 1498 of file primnodes.h.
Referenced by eval_const_expressions_mutator(), ExecEvalSQLValueFunction(), get_rule_expr(), and transformSQLValueFunction().
Expr SQLValueFunction::xpr |
Definition at line 1490 of file primnodes.h.