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.

  1. showConstantTermsSQL' :: ShowConstantTermsSQL a => a -> DList StringSQL

    relational-schemas Database.Custom.IBMDB2

    No documentation available.

  2. showLiteral :: LiteralSQL a => a -> [StringSQL]

    relational-schemas Database.Custom.IBMDB2

    Convert from haskell record to SQL literal row-value.

  3. showLiteral' :: LiteralSQL a => a -> DList StringSQL

    relational-schemas Database.Custom.IBMDB2

    No documentation available.

  4. showNum :: (SqlContext c, Num a, IsString b) => Record c a -> Record c b

    relational-schemas Database.Custom.IBMDB2

    Unsafely show number into string-like type in records.

  5. 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.

  6. showConstantTermsSQL :: ShowConstantTermsSQL a => a -> [StringSQL]

    relational-schemas Database.Custom.MySQL

    Deprecated.

  7. showConstantTermsSQL' :: ShowConstantTermsSQL a => a -> DList StringSQL

    relational-schemas Database.Custom.MySQL

    No documentation available.

  8. showLiteral :: LiteralSQL a => a -> [StringSQL]

    relational-schemas Database.Custom.MySQL

    Convert from haskell record to SQL literal row-value.

  9. showLiteral' :: LiteralSQL a => a -> DList StringSQL

    relational-schemas Database.Custom.MySQL

    No documentation available.

  10. showNum :: (SqlContext c, Num a, IsString b) => Record c a -> Record c b

    relational-schemas Database.Custom.MySQL

    Unsafely show number into string-like type in records.

Page 184 of many | Previous | Next