|
PostgreSQL Source Code git master
|
#include <jsonpath.h>
Data Fields | |
| char * | name |
| int | namelen |
| Oid | typid |
| int32 | typmod |
| Datum | value |
| bool | isnull |
Definition at line 287 of file jsonpath.h.
| bool JsonPathVariable::isnull |
Definition at line 294 of file jsonpath.h.
Referenced by ExecInitJsonExpr(), GetJsonPathVar(), and JsonTableInitOpaque().
| char* JsonPathVariable::name |
Definition at line 289 of file jsonpath.h.
Referenced by ExecInitJsonExpr(), GetJsonPathVar(), and JsonTableInitOpaque().
| int JsonPathVariable::namelen |
Definition at line 290 of file jsonpath.h.
Referenced by ExecInitJsonExpr(), GetJsonPathVar(), and JsonTableInitOpaque().
| Oid JsonPathVariable::typid |
Definition at line 291 of file jsonpath.h.
Referenced by ExecInitJsonExpr(), GetJsonPathVar(), and JsonTableInitOpaque().
| int32 JsonPathVariable::typmod |
Definition at line 292 of file jsonpath.h.
Referenced by ExecInitJsonExpr(), GetJsonPathVar(), and JsonTableInitOpaque().
| Datum JsonPathVariable::value |
Definition at line 293 of file jsonpath.h.
Referenced by ExecInitJsonExpr(), GetJsonPathVar(), and JsonTableInitOpaque().