github.com/jackc/pgx/v5/pgconn.ResultReader.FieldDescriptions (method)
4 uses
github.com/jackc/pgx/v5/pgconn (current package)
pgconn.go#L1670: br.FieldDescriptions = make([]FieldDescription, len(rr.FieldDescriptions()))
pgconn.go#L1671: copy(br.FieldDescriptions, rr.FieldDescriptions())
pgconn.go#L1721: func (rr *ResultReader) FieldDescriptions() []FieldDescription {
github.com/jackc/pgx/v5
rows.go#L148: return rows.resultReader.FieldDescriptions()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)