PostgreSQL Source Code
git master
|
#include <psqlscan_int.h>
Data Fields | |
YY_BUFFER_STATE | buf |
char * | bufstring |
char * | origstring |
char * | varname |
struct StackElem * | next |
Definition at line 69 of file psqlscan_int.h.
YY_BUFFER_STATE StackElem::buf |
Definition at line 71 of file psqlscan_int.h.
char* StackElem::bufstring |
Definition at line 72 of file psqlscan_int.h.
struct StackElem* StackElem::next |
Definition at line 75 of file psqlscan_int.h.
char* StackElem::origstring |
Definition at line 73 of file psqlscan_int.h.
char* StackElem::varname |
Definition at line 74 of file psqlscan_int.h.