PostgreSQL Source Code: BindParamCbData Struct Reference (original) (raw)
Data Fields | |
---|---|
const char * | portalName |
int | paramno |
const char * | paramval |
Detailed Description
Definition at line 113 of file postgres.c.
Field Documentation
◆ paramno
int BindParamCbData::paramno
Definition at line 116 of file postgres.c.
Referenced by exec_bind_message().
◆ paramval
const char* BindParamCbData::paramval
Definition at line 117 of file postgres.c.
Referenced by exec_bind_message().
◆ portalName
const char* BindParamCbData::portalName
Definition at line 115 of file postgres.c.
Referenced by exec_bind_message().
The documentation for this struct was generated from the following file:
- src/backend/tcop/postgres.c