type github.com/jackc/pgx/v5/pgtype.Float8Codec
8 uses
github.com/jackc/pgx/v5/pgtype (current package)
float8.go#L105: type Float8Codec struct{}
float8.go#L107: func (Float8Codec) FormatSupported(format int16) bool {
float8.go#L111: func (Float8Codec) PreferredFormat() int16 {
float8.go#L115: func (Float8Codec) PlanEncode(m *Map, oid uint32, format int16, value any) EncodePlan {
float8.go#L215: func (Float8Codec) PlanScan(m *Map, oid uint32, format int16, target any) ScanPlan {
float8.go#L354: func (c Float8Codec) DecodeDatabaseSQLValue(m *Map, oid uint32, format int16, src []byte) (driver.Value, error) {
float8.go#L358: func (c Float8Codec) DecodeValue(m *Map, oid uint32, format int16, src []byte) (any, error) {
pgtype_default.go#L62: defaultMap.RegisterType(&Type{Name: "float8", OID: Float8OID, Codec: Float8Codec{}})