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

#include <psqlscan_int.h>

Data Fields

YY_BUFFER_STATE buf
 
charbufstring
 
charorigstring
 
charvarname
 
struct StackElemnext
 

Detailed Description

Definition at line 63 of file psqlscan_int.h.

Field Documentation

◆ buf

YY_BUFFER_STATE StackElem::buf

Definition at line 65 of file psqlscan_int.h.

◆ bufstring

char* StackElem::bufstring

Definition at line 66 of file psqlscan_int.h.

◆ next

struct StackElem* StackElem::next

Definition at line 69 of file psqlscan_int.h.

◆ origstring

char* StackElem::origstring

Definition at line 67 of file psqlscan_int.h.

◆ varname

char* StackElem::varname

Definition at line 68 of file psqlscan_int.h.

Referenced by psqlscan_push_new_buffer().


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