PostgreSQL Source Code: JsonPathExecContext Struct Reference (original) (raw)
| Data Fields | |
|---|---|
| void * | vars |
| JsonPathGetVarCallback | getVar |
| JsonbValue * | root |
| JsonbValue * | current |
| JsonBaseObjectInfo | baseObject |
| int | lastGeneratedObjectId |
| int | innermostArraySize |
| bool | laxMode |
| bool | ignoreStructuralErrors |
| bool | throwErrors |
| bool | useTz |
Definition at line 96 of file jsonpath_exec.c.
◆ baseObject
◆ current
◆ getVar
◆ ignoreStructuralErrors
bool JsonPathExecContext::ignoreStructuralErrors
◆ innermostArraySize
int JsonPathExecContext::innermostArraySize
◆ lastGeneratedObjectId
int JsonPathExecContext::lastGeneratedObjectId
◆ laxMode
bool JsonPathExecContext::laxMode
◆ root
◆ throwErrors
bool JsonPathExecContext::throwErrors
◆ useTz
bool JsonPathExecContext::useTz
◆ vars
void* JsonPathExecContext::vars
The documentation for this struct was generated from the following file:
- src/backend/utils/adt/jsonpath_exec.c