PostgreSQL Source Code
git master
|
Data Fields | |
const char * | portalName |
int | paramno |
const char * | paramval |
Definition at line 116 of file postgres.c.
int BindParamCbData::paramno |
Definition at line 119 of file postgres.c.
Referenced by exec_bind_message().
const char* BindParamCbData::paramval |
Definition at line 120 of file postgres.c.
Referenced by exec_bind_message().
const char* BindParamCbData::portalName |
Definition at line 118 of file postgres.c.
Referenced by exec_bind_message().