const github.com/jackc/pgtype.Float4OID
6 uses
github.com/jackc/pgtype (current package)
pgtype.go#L37: Float4OID = 700
pgtype.go#L285: ci.RegisterDataType(DataType{Value: &Float4{}, Name: "float4", OID: Float4OID})
pgtype.go#L776: if oid == Float4OID {
github.com/jackc/pgx/v4/stdlib
sql.go#L93: pgtype.Float4OID: 1,
sql.go#L500: case pgtype.Float4OID:
sql.go#L572: case pgtype.Float4OID:
![]() |
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. |