|
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 1621 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 1633 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 1637 of file primnodes.h.
Referenced by ExecEvalXmlExpr(), get_rule_expr(), and transformXmlSerialize().
| ParseLoc XmlExpr::location |
Definition at line 1642 of file primnodes.h.
Referenced by exprLocation(), transformXmlExpr(), and transformXmlSerialize().
| List* XmlExpr::named_args |
Definition at line 1629 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 1625 of file primnodes.h.
Referenced by ExecEvalXmlExpr(), get_rule_expr(), transformXmlExpr(), and transformXmlSerialize().
| Expr XmlExpr::xpr |
Definition at line 1623 of file primnodes.h.