PostgreSQL Source Code  git master
SPIPrepareOptions Struct Reference

#include <spi.h>

Data Fields

ParserSetupHook parserSetup
 
void * parserSetupArg
 
RawParseMode parseMode
 
int cursorOptions
 

Detailed Description

Definition at line 37 of file spi.h.

Field Documentation

◆ cursorOptions

int SPIPrepareOptions::cursorOptions

Definition at line 42 of file spi.h.

◆ parseMode

RawParseMode SPIPrepareOptions::parseMode

Definition at line 41 of file spi.h.

◆ parserSetup

ParserSetupHook SPIPrepareOptions::parserSetup

Definition at line 39 of file spi.h.

◆ parserSetupArg

void* SPIPrepareOptions::parserSetupArg

Definition at line 40 of file spi.h.


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