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 114 of file postgres.c.

Field Documentation

◆ paramno

int BindParamCbData::paramno

Definition at line 117 of file postgres.c.

◆ paramval

const char* BindParamCbData::paramval

Definition at line 118 of file postgres.c.

◆ portalName

const char* BindParamCbData::portalName

Definition at line 116 of file postgres.c.

Referenced by exec_bind_message().


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