PostgreSQL Source Code
git master
|
#include <primnodes.h>
Data Fields | |
Expr | xpr |
SQLValueFunctionOp | op |
Oid | type |
int32 | typmod |
int | location |
Definition at line 1164 of file primnodes.h.
int SQLValueFunction::location |
Definition at line 1170 of file primnodes.h.
SQLValueFunctionOp SQLValueFunction::op |
Definition at line 1167 of file primnodes.h.
Referenced by ExecEvalSQLValueFunction(), get_rule_expr(), JumbleExpr(), and transformSQLValueFunction().
Oid SQLValueFunction::type |
Definition at line 1168 of file primnodes.h.
Referenced by transformSQLValueFunction().
int32 SQLValueFunction::typmod |
Definition at line 1169 of file primnodes.h.
Referenced by ExecEvalSQLValueFunction(), get_rule_expr(), JumbleExpr(), and transformSQLValueFunction().
Expr SQLValueFunction::xpr |
Definition at line 1166 of file primnodes.h.