PostgreSQL Source Code: JsonTableColumn Struct Reference (original) (raw)
#include <[parsenodes.h](parsenodes%5F8h%5Fsource.html)>
| Data Fields | |
|---|---|
| NodeTag | type |
| JsonTableColumnType | coltype |
| char * | name |
| TypeName * | typeName |
| JsonTablePathSpec * | pathspec |
| JsonFormat * | format |
| JsonWrapper | wrapper |
| JsonQuotes | quotes |
| List * | columns |
| JsonBehavior * | on_empty |
| JsonBehavior * | on_error |
| ParseLoc | location |
Definition at line 1943 of file parsenodes.h.
◆ coltype
◆ columns
List* JsonTableColumn::columns
◆ format
◆ location
◆ name
char* JsonTableColumn::name
◆ on_empty
◆ on_error
◆ pathspec
◆ quotes
◆ type
◆ typeName
◆ wrapper
The documentation for this struct was generated from the following file:
- src/include/nodes/parsenodes.h