|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Definition at line 1840 of file primnodes.h.
| Oid JsonExpr::collation |
Definition at line 1883 of file primnodes.h.
Referenced by exprCollation(), transformJsonBehavior(), and transformJsonFuncExpr().
| char* JsonExpr::column_name |
Definition at line 1846 of file primnodes.h.
Referenced by ExecEvalJsonExprPath(), and transformJsonFuncExpr().
| JsonFormat* JsonExpr::format |
Definition at line 1853 of file primnodes.h.
Referenced by get_json_table_columns(), and transformJsonFuncExpr().
| Node* JsonExpr::formatted_expr |
Definition at line 1850 of file primnodes.h.
Referenced by ExecInitExprRec(), ExecInitJsonExpr(), exprLocation(), and transformJsonFuncExpr().
| ParseLoc JsonExpr::location |
Definition at line 1886 of file primnodes.h.
Referenced by exprLocation(), and transformJsonFuncExpr().
| bool JsonExpr::omit_quotes |
Definition at line 1880 of file primnodes.h.
Referenced by ExecInitJsonExpr(), get_json_expr_options(), and transformJsonFuncExpr().
| JsonBehavior* JsonExpr::on_empty |
Definition at line 1866 of file primnodes.h.
Referenced by ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), ExecInitJsonExpr(), get_json_expr_options(), and transformJsonFuncExpr().
| JsonBehavior* JsonExpr::on_error |
Definition at line 1867 of file primnodes.h.
Referenced by ExecEvalJsonCoercionFinish(), ExecEvalJsonExprPath(), ExecInitJsonExpr(), get_json_expr_options(), and transformJsonFuncExpr().
| JsonExprOp JsonExpr::op |
Definition at line 1844 of file primnodes.h.
Referenced by ExecEvalJsonExprPath(), ExecInitExprRec(), ExecInitJsonExpr(), get_json_expr_options(), get_json_table_columns(), and transformJsonFuncExpr().
| List* JsonExpr::passing_names |
Definition at line 1862 of file primnodes.h.
Referenced by ExecInitJsonExpr(), and transformJsonFuncExpr().
| List* JsonExpr::passing_values |
Definition at line 1863 of file primnodes.h.
Referenced by ExecInitJsonExpr(), and transformJsonFuncExpr().
| Node* JsonExpr::path_spec |
Definition at line 1856 of file primnodes.h.
Referenced by ExecInitJsonExpr(), get_json_table_columns(), and transformJsonFuncExpr().
| JsonReturning* JsonExpr::returning |
Definition at line 1859 of file primnodes.h.
Referenced by ExecEvalJsonExprPath(), ExecInitJsonExpr(), and transformJsonFuncExpr().
| bool JsonExpr::use_io_coercion |
Definition at line 1873 of file primnodes.h.
Referenced by ExecEvalJsonExprPath(), ExecInitJsonExpr(), and transformJsonFuncExpr().
| bool JsonExpr::use_json_coercion |
Definition at line 1874 of file primnodes.h.
Referenced by ExecEvalJsonExprPath(), ExecInitJsonExpr(), and transformJsonFuncExpr().
| JsonWrapper JsonExpr::wrapper |
Definition at line 1877 of file primnodes.h.
Referenced by ExecEvalJsonExprPath(), get_json_expr_options(), and transformJsonFuncExpr().
| Expr JsonExpr::xpr |
Definition at line 1842 of file primnodes.h.