PostgreSQL Source Code git master
Loading...
Searching...
No Matches
HSParser Struct Reference

Data Fields

charbegin
 
charptr
 
charcur
 
charword
 
int wordlen
 
Nodeescontext
 
Pairspairs
 
int pcur
 
int plen
 

Detailed Description

Definition at line 33 of file hstore_io.c.

Field Documentation

◆ begin

char* HSParser::begin

Definition at line 35 of file hstore_io.c.

◆ cur

char* HSParser::cur

Definition at line 37 of file hstore_io.c.

◆ escontext

Node* HSParser::escontext

Definition at line 40 of file hstore_io.c.

◆ pairs

Pairs* HSParser::pairs

Definition at line 42 of file hstore_io.c.

◆ pcur

int HSParser::pcur

Definition at line 43 of file hstore_io.c.

◆ plen

int HSParser::plen

Definition at line 44 of file hstore_io.c.

◆ ptr

char* HSParser::ptr

Definition at line 36 of file hstore_io.c.

◆ word

char* HSParser::word

Definition at line 38 of file hstore_io.c.

◆ wordlen

int HSParser::wordlen

Definition at line 39 of file hstore_io.c.


The documentation for this struct was generated from the following file: