PostgreSQL Source Code  git master
BindParamCbData Struct Reference

Data Fields

const char * portalName
 
int paramno
 
const char * paramval
 

Detailed Description

Definition at line 116 of file postgres.c.

Field Documentation

◆ paramno

int BindParamCbData::paramno

Definition at line 119 of file postgres.c.

Referenced by exec_bind_message().

◆ paramval

const char* BindParamCbData::paramval

Definition at line 120 of file postgres.c.

Referenced by exec_bind_message().

◆ portalName

const char* BindParamCbData::portalName

Definition at line 118 of file postgres.c.

Referenced by exec_bind_message().


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