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