github.com/jackc/pgproto3/v2.ParameterDescription.ParameterOIDs (field)
8 uses
github.com/jackc/pgproto3/v2 (current package)
parameter_description.go#L12: ParameterOIDs []uint32
parameter_description.go#L32: *dst = ParameterDescription{ParameterOIDs: make([]uint32, parameterCount)}
parameter_description.go#L35: dst.ParameterOIDs[i] = binary.BigEndian.Uint32(buf.Next(4))
parameter_description.go#L47: dst = pgio.AppendUint16(dst, uint16(len(src.ParameterOIDs)))
parameter_description.go#L48: for _, oid := range src.ParameterOIDs {
parameter_description.go#L64: ParameterOIDs: src.ParameterOIDs,
github.com/jackc/pgconn
pgconn.go#L780: psd.ParamOIDs = make([]uint32, len(msg.ParameterOIDs))
pgconn.go#L781: copy(psd.ParamOIDs, msg.ParameterOIDs)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |