| Copyright | (c) 2016 Al Zohali |
|---|---|
| License | BSD3 |
| Maintainer | Al Zohali <zohl@fmap.me> |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
Database.PostgreSQL.Simple.Bind.Common
Description
Common functions and types.
- unwrapRow :: [Only a] -> a
- unwrapColumn :: [Only a] -> [a]
- data PostgresBindOptions = PostgresBindOptions {
- pboFunctionName :: PGFunction -> String
- pboIsNullable :: String -> String -> Bool
- pboSetOfReturnType :: String -> ReturnType
- pboExplicitCasts :: Bool
- pboOlderCallSyntax :: Bool
- pboDebugQueries :: Bool
- data ReturnType
Documentation
unwrapColumn :: [Only a] -> [a] Source #
Remove Only constructor.
data PostgresBindOptions Source #
Options that specify how to construct the function binding.
Constructors
| PostgresBindOptions | |
Fields
| |
Instances