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