MCPcopy
hub / github.com/jackc/pgx / ParameterDescription

Struct ParameterDescription

pgproto3/parameter_description.go:13–15  ·  pgproto3/parameter_description.go::ParameterDescription

Source from the content-addressed store, hash-verified

11)
12
13type ParameterDescription struct {
14 ParameterOIDs []uint32
15}
16
17// Backend identifies this message as sendable by the PostgreSQL backend.
18func (*ParameterDescription) Backend() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected