PostgreSQL Source Code
git master
|
Data Fields | |
char * | begin |
char * | ptr |
char * | cur |
char * | word |
int | wordlen |
Node * | escontext |
Pairs * | pairs |
int | pcur |
int | plen |
Definition at line 30 of file hstore_io.c.
char* HSParser::begin |
Definition at line 32 of file hstore_io.c.
char* HSParser::cur |
Definition at line 34 of file hstore_io.c.
Node* HSParser::escontext |
Definition at line 37 of file hstore_io.c.
Pairs* HSParser::pairs |
Definition at line 39 of file hstore_io.c.
int HSParser::pcur |
Definition at line 40 of file hstore_io.c.
int HSParser::plen |
Definition at line 41 of file hstore_io.c.
char* HSParser::ptr |
Definition at line 33 of file hstore_io.c.
char* HSParser::word |
Definition at line 35 of file hstore_io.c.
int HSParser::wordlen |
Definition at line 36 of file hstore_io.c.