github.com/jackc/pgproto3/v2.FieldDescription.Name (field)
5 uses
github.com/jackc/pgproto3/v2 (current package)
row_description.go#L17: Name []byte
row_description.go#L37: Name: string(fd.Name),
row_description.go#L73: fd.Name = src[rp : rp+idx]
row_description.go#L109: dst = append(dst, fd.Name...)
github.com/jackc/pgx/v4/stdlib
sql.go#L443: r.columnNames[i] = string(fd.Name)
![]() |
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. |