github.com/jackc/pgproto3/v2.FieldDescription.Format (field)
10 uses
github.com/jackc/pgproto3/v2 (current package)
row_description.go#L23: Format int16
row_description.go#L43: Format: fd.Format,
row_description.go#L92: fd.Format = int16(binary.BigEndian.Uint16(src[rp:]))
row_description.go#L117: dst = pgio.AppendInt16(dst, fd.Format)
github.com/jackc/pgx/v4
rows.go#L212: rows.scanPlans[i] = ci.PlanScan(fieldDescriptions[i].DataTypeOID, fieldDescriptions[i].Format, dest[i])
rows.go#L221: err := rows.scanPlans[i].Scan(ci, fieldDescriptions[i].DataTypeOID, fieldDescriptions[i].Format, values[i], dst)
rows.go#L251: switch fd.Format {
rows.go#L276: switch fd.Format {
rows.go#L340: err := connInfo.Scan(fieldDescriptions[i].DataTypeOID, fieldDescriptions[i].Format, values[i], d)
github.com/jackc/pgx/v4/stdlib
sql.go#L535: format := fd.Format
 |
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. |