| 11 | ) |
| 12 | |
| 13 | type ParameterDescription struct { |
| 14 | ParameterOIDs []uint32 |
| 15 | } |
| 16 | |
| 17 | // Backend identifies this message as sendable by the PostgreSQL backend. |
| 18 | func (*ParameterDescription) Backend() {} |
nothing calls this directly
no outgoing calls
no test coverage detected