type github.com/jackc/pgx/v5/pgtype.Float64Valuer
12 uses
github.com/jackc/pgx/v5/pgtype (current package)
float4.go#L113: case Float64Valuer:
float4.go#L122: case Float64Valuer:
float4.go#L149: n, err := value.(Float64Valuer).Float64Value()
float8.go#L18: type Float64Valuer interface {
float8.go#L121: case Float64Valuer:
float8.go#L130: case Float64Valuer:
float8.go#L157: n, err := value.(Float64Valuer).Float64Value()
float8.go#L172: n, err := value.(Float64Valuer).Float64Value()
numeric.go#L323: case Float64Valuer:
numeric.go#L332: case Float64Valuer:
numeric.go#L356: n, err := value.(Float64Valuer).Float64Value()
numeric.go#L510: n, err := value.(Float64Valuer).Float64Value()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)