PostgreSQL Source Code  git master
ScannerCallbackState Struct Reference

#include <scanner.h>

Data Fields

core_yyscan_t yyscanner
 
int location
 
ErrorContextCallback errcallback
 

Detailed Description

Definition at line 124 of file scanner.h.

Field Documentation

◆ errcallback

ErrorContextCallback ScannerCallbackState::errcallback

Definition at line 128 of file scanner.h.

◆ location

int ScannerCallbackState::location

Definition at line 127 of file scanner.h.

◆ yyscanner

core_yyscan_t ScannerCallbackState::yyscanner

Definition at line 126 of file scanner.h.


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