const github.com/jackc/pgtype.Float8OID
6 uses
github.com/jackc/pgtype (current package)
pgtype.go#L38: Float8OID = 701
pgtype.go#L286: ci.RegisterDataType(DataType{Value: &Float8{}, Name: "float8", OID: Float8OID})
pgtype.go#L780: if oid == Float8OID {
github.com/jackc/pgx/v4/stdlib
sql.go#L94: pgtype.Float8OID: 1,
sql.go#L498: case pgtype.Float8OID:
sql.go#L579: case pgtype.Float8OID:
![]() |
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. |