PostgreSQL Source Code git master
Loading...
Searching...
No Matches
BindParamCbData Struct Reference

Data Fields

const charportalName
 
int paramno
 
const charparamval
 

Detailed Description

Definition at line 127 of file postgres.c.

Field Documentation

◆ paramno

int BindParamCbData::paramno

Definition at line 130 of file postgres.c.

◆ paramval

const char* BindParamCbData::paramval

Definition at line 131 of file postgres.c.

◆ portalName

const char* BindParamCbData::portalName

Definition at line 129 of file postgres.c.

Referenced by exec_bind_message().


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