|
PostgreSQL Source Code git master
|
Data Fields | |
| JsonLexContext * | lex |
| char ** | result |
| int | result_size |
| int | result_count |
| int | sent_count |
Definition at line 55 of file jsonfuncs.c.
| JsonLexContext* OkeysState::lex |
Definition at line 57 of file jsonfuncs.c.
Referenced by okeys_array_start(), okeys_object_field_start(), and okeys_scalar().
| char** OkeysState::result |
Definition at line 58 of file jsonfuncs.c.
Referenced by okeys_object_field_start().
| int OkeysState::result_count |
Definition at line 60 of file jsonfuncs.c.
Referenced by okeys_object_field_start().
| int OkeysState::result_size |
Definition at line 59 of file jsonfuncs.c.
Referenced by okeys_object_field_start().
| int OkeysState::sent_count |
Definition at line 61 of file jsonfuncs.c.