PostgreSQL Source Code
git master
|
#include <primnodes.h>
Public Member Functions | |
char *name | pg_node_attr (query_jumble_ignore) |
List *arg_names | pg_node_attr (query_jumble_ignore) |
XmlOptionType xmloption | pg_node_attr (query_jumble_ignore) |
Oid type | pg_node_attr (query_jumble_ignore) |
int32 typmod | pg_node_attr (query_jumble_ignore) |
Data Fields | |
Expr | xpr |
XmlExprOp | op |
List * | named_args |
List * | args |
bool | indent |
ParseLoc | location |
Definition at line 1596 of file primnodes.h.
char* name XmlExpr::pg_node_attr | ( | query_jumble_ignore | ) |
List* arg_names XmlExpr::pg_node_attr | ( | query_jumble_ignore | ) |
XmlOptionType xmloption XmlExpr::pg_node_attr | ( | query_jumble_ignore | ) |
int32 typmod XmlExpr::pg_node_attr | ( | query_jumble_ignore | ) |
List* XmlExpr::args |
Definition at line 1608 of file primnodes.h.
Referenced by ExecEvalXmlExpr(), ExecInitExprRec(), expression_tree_mutator_impl(), expression_tree_walker_impl(), exprLocation(), get_rule_expr(), raw_expression_tree_walker_impl(), transformXmlExpr(), transformXmlSerialize(), and xmlelement().
bool XmlExpr::indent |
Definition at line 1612 of file primnodes.h.
Referenced by ExecEvalXmlExpr(), and transformXmlSerialize().
ParseLoc XmlExpr::location |
Definition at line 1617 of file primnodes.h.
Referenced by exprLocation(), transformXmlExpr(), and transformXmlSerialize().
List* XmlExpr::named_args |
Definition at line 1604 of file primnodes.h.
Referenced by ExecEvalXmlExpr(), ExecInitExprRec(), expression_tree_mutator_impl(), expression_tree_walker_impl(), get_rule_expr(), raw_expression_tree_walker_impl(), transformXmlExpr(), and xmlelement().
XmlExprOp XmlExpr::op |
Definition at line 1600 of file primnodes.h.
Referenced by ExecEvalXmlExpr(), get_rule_expr(), transformXmlExpr(), and transformXmlSerialize().
Expr XmlExpr::xpr |
Definition at line 1598 of file primnodes.h.