github.com/jackc/pgx/v4.connRows.connInfo (field)
8 uses
github.com/jackc/pgx/v4 (current package)
conn.go#L543: r.connInfo = c.connInfo
rows.go#L99: connInfo *pgtype.ConnInfo
rows.go#L194: ci := rows.connInfo
rows.go#L248: if dt, ok := rows.connInfo.DataTypeForOID(fd.DataTypeOID); ok {
rows.go#L257: err := decoder.DecodeText(rows.connInfo, buf)
rows.go#L267: err := decoder.DecodeBinary(rows.connInfo, buf)
rows.go#L279: err := decoder.DecodeText(rows.connInfo, buf)
rows.go#L286: err := decoder.DecodeBinary(rows.connInfo, buf)
![]() |
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. |