Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

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

    relational-schemas Database.Custom.Oracle

    Deprecated.

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

    relational-schemas Database.Custom.Oracle

    No documentation available.

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

    relational-schemas Database.Custom.Oracle

    Convert from haskell record to SQL literal row-value.

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

    relational-schemas Database.Custom.Oracle

    No documentation available.

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

    relational-schemas Database.Custom.Oracle

    Unsafely show number into string-like type in records.

  6. showNumMaybe :: (SqlContext c, Num a, IsString b) => Record c (Maybe a) -> Record c (Maybe b)

    relational-schemas Database.Custom.Oracle

    Unsafely show number into string-like type in records.

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

    relational-schemas Database.Custom.PostgreSQL

    Deprecated.

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

    relational-schemas Database.Custom.PostgreSQL

    No documentation available.

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

    relational-schemas Database.Custom.PostgreSQL

    Convert from haskell record to SQL literal row-value.

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

    relational-schemas Database.Custom.PostgreSQL

    No documentation available.

Page 218 of many | Previous | Next