PostgreSQL Source Code
git master
|
Data Fields | |
const char * | portalName |
int | paramno |
const char * | paramval |
Definition at line 111 of file postgres.c.
int BindParamCbData::paramno |
Definition at line 114 of file postgres.c.
Referenced by exec_bind_message().
const char* BindParamCbData::paramval |
Definition at line 115 of file postgres.c.
Referenced by exec_bind_message().
const char* BindParamCbData::portalName |
Definition at line 113 of file postgres.c.
Referenced by exec_bind_message().