| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
PostgresqlTypes.Int2
Contents
Documentation
Instances
| Arbitrary Int2 Source # | |
| IsString Int2 Source # | |
Defined in PostgresqlTypes.Int2 Methods fromString :: String -> Int2 # | |
| Read Int2 Source # | |
| Show Int2 Source # | |
| Eq Int2 Source # | |
| Ord Int2 Source # | |
| Hashable Int2 Source # | |
Defined in PostgresqlTypes.Int2 | |
| IsScalar Int2 Source # | |
Defined in PostgresqlTypes.Int2 Methods schemaName :: Tagged Int2 (Maybe Text) # typeName :: Tagged Int2 Text # baseOid :: Tagged Int2 (Maybe Word32) # arrayOid :: Tagged Int2 (Maybe Word32) # typeParams :: Tagged Int2 [Text] # typeSignature :: Tagged Int2 Text # binaryEncoder :: Int2 -> Write # binaryDecoder :: Variable (Either DecodingError Int2) # textualEncoder :: Int2 -> TextBuilder # | |