github.com/jackc/pgtype.ConnInfo.oidToParamFormatCode (field)
4 uses
github.com/jackc/pgtype (current package)
pgtype.go#L236: oidToParamFormatCode map[uint32]int16
pgtype.go#L247: oidToParamFormatCode: make(map[uint32]int16),
pgtype.go#L386: ci.oidToParamFormatCode[t.OID] = formatCode
pgtype.go#L461: fc, ok := ci.oidToParamFormatCode[oid]
![]() |
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. |