github.com/jackc/pgx/v5.Rows.FieldDescriptions (method)

3 uses

	github.com/jackc/pgx/v5 (current package)
		rows.go#L42: 	FieldDescriptions() []pgconn.FieldDescription
		rows.go#L557: 		(*rs)[string(rows.FieldDescriptions()[i].Name)] = values[i]

	github.com/jackc/pgx/v5/pgxpool
		rows.go#L54: 	return rows.r.FieldDescriptions()