|
PostgreSQL Source Code git master
|
#include <primnodes.h>
Data Fields | |
| Expr | xpr |
| JsonConstructorType | type |
| List * | args |
| Expr * | func |
| Expr * | coercion |
| JsonReturning * | returning |
| bool | absent_on_null |
| bool | unique |
| ParseLoc | location |
Definition at line 1728 of file primnodes.h.
| bool JsonConstructorExpr::absent_on_null |
Definition at line 1736 of file primnodes.h.
Referenced by ExecEvalJsonConstructor().
| List* JsonConstructorExpr::args |
Definition at line 1732 of file primnodes.h.
| Expr* JsonConstructorExpr::coercion |
Definition at line 1734 of file primnodes.h.
| Expr* JsonConstructorExpr::func |
Definition at line 1733 of file primnodes.h.
| ParseLoc JsonConstructorExpr::location |
Definition at line 1738 of file primnodes.h.
| JsonReturning* JsonConstructorExpr::returning |
Definition at line 1735 of file primnodes.h.
Referenced by ExecEvalJsonConstructor().
| JsonConstructorType JsonConstructorExpr::type |
Definition at line 1731 of file primnodes.h.
| bool JsonConstructorExpr::unique |
Definition at line 1737 of file primnodes.h.
Referenced by ExecEvalJsonConstructor().
| Expr JsonConstructorExpr::xpr |
Definition at line 1730 of file primnodes.h.