PostgreSQL Source Code  git master
HSParser Struct Reference

Data Fields

char * begin
 
char * ptr
 
char * cur
 
char * word
 
int wordlen
 
Nodeescontext
 
Pairspairs
 
int pcur
 
int plen
 

Detailed Description

Definition at line 30 of file hstore_io.c.

Field Documentation

◆ begin

char* HSParser::begin

Definition at line 32 of file hstore_io.c.

◆ cur

char* HSParser::cur

Definition at line 34 of file hstore_io.c.

◆ escontext

Node* HSParser::escontext

Definition at line 37 of file hstore_io.c.

◆ pairs

Pairs* HSParser::pairs

Definition at line 39 of file hstore_io.c.

◆ pcur

int HSParser::pcur

Definition at line 40 of file hstore_io.c.

◆ plen

int HSParser::plen

Definition at line 41 of file hstore_io.c.

◆ ptr

char* HSParser::ptr

Definition at line 33 of file hstore_io.c.

◆ word

char* HSParser::word

Definition at line 35 of file hstore_io.c.

◆ wordlen

int HSParser::wordlen

Definition at line 36 of file hstore_io.c.


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