PostgreSQL Source Code  git master
BindParamCbData Struct Reference

Data Fields

const char * portalName
 
int paramno
 
const char * paramval
 

Detailed Description

Definition at line 112 of file postgres.c.

Field Documentation

◆ paramno

int BindParamCbData::paramno

Definition at line 115 of file postgres.c.

Referenced by exec_bind_message().

◆ paramval

const char* BindParamCbData::paramval

Definition at line 116 of file postgres.c.

Referenced by exec_bind_message().

◆ portalName

const char* BindParamCbData::portalName

Definition at line 114 of file postgres.c.

Referenced by exec_bind_message().


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