| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
PostgresqlTypes.Float8
Contents
Documentation
PostgreSQL float8 type. 8-byte floating-point number. 15 decimal digits precision.
Instances
| Arbitrary Float8 Source # | |
| Eq Float8 Source # | |
| Ord Float8 Source # | |
| IsString Float8 Source # | |
Defined in PostgresqlTypes.Float8 Methods fromString :: String -> Float8 # | |
| Read Float8 Source # | |
| Show Float8 Source # | |
| Hashable Float8 Source # | |
Defined in PostgresqlTypes.Float8 | |
| IsScalar Float8 Source # | |
Defined in PostgresqlTypes.Float8 Methods schemaName :: Tagged Float8 (Maybe Text) # typeName :: Tagged Float8 Text # baseOid :: Tagged Float8 (Maybe Word32) # arrayOid :: Tagged Float8 (Maybe Word32) # typeParams :: Tagged Float8 [Text] # typeSignature :: Tagged Float8 Text # binaryEncoder :: Float8 -> Write # binaryDecoder :: Variable (Either DecodingError Float8) # textualEncoder :: Float8 -> TextBuilder # | |