Hoogle Search
Within LTS Haskell 24.32 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
showConstantTermsSQL' :: ShowConstantTermsSQL a => a -> DList StringSQLrelational-schemas Database.Custom.IBMDB2 No documentation available.
showLiteral :: LiteralSQL a => a -> [StringSQL]relational-schemas Database.Custom.IBMDB2 Convert from haskell record to SQL literal row-value.
showLiteral' :: LiteralSQL a => a -> DList StringSQLrelational-schemas Database.Custom.IBMDB2 No documentation available.
showNum :: (SqlContext c, Num a, IsString b) => Record c a -> Record c brelational-schemas Database.Custom.IBMDB2 Unsafely show number into string-like type in records.
showNumMaybe :: (SqlContext c, Num a, IsString b) => Record c (Maybe a) -> Record c (Maybe b)relational-schemas Database.Custom.IBMDB2 Unsafely show number into string-like type in records.
showConstantTermsSQL :: ShowConstantTermsSQL a => a -> [StringSQL]relational-schemas Database.Custom.MySQL Deprecated.
showConstantTermsSQL' :: ShowConstantTermsSQL a => a -> DList StringSQLrelational-schemas Database.Custom.MySQL No documentation available.
showLiteral :: LiteralSQL a => a -> [StringSQL]relational-schemas Database.Custom.MySQL Convert from haskell record to SQL literal row-value.
showLiteral' :: LiteralSQL a => a -> DList StringSQLrelational-schemas Database.Custom.MySQL No documentation available.
showNum :: (SqlContext c, Num a, IsString b) => Record c a -> Record c brelational-schemas Database.Custom.MySQL Unsafely show number into string-like type in records.