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. showLiteral' :: LiteralSQL a => a -> DList StringSQL

    relational-schemas Database.Custom.PostgreSQL

    No documentation available.

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

    relational-schemas Database.Custom.PostgreSQL

    Unsafely show number into string-like type in records.

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

    relational-schemas Database.Custom.PostgreSQL

    Unsafely show number into string-like type in records.

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

    relational-schemas Database.Custom.SQLServer

    Deprecated.

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

    relational-schemas Database.Custom.SQLServer

    No documentation available.

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

    relational-schemas Database.Custom.SQLServer

    Convert from haskell record to SQL literal row-value.

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

    relational-schemas Database.Custom.SQLServer

    No documentation available.

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

    relational-schemas Database.Custom.SQLServer

    Unsafely show number into string-like type in records.

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

    relational-schemas Database.Custom.SQLServer

    Unsafely show number into string-like type in records.

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

    relational-schemas Database.Custom.SQLite3

    Deprecated.

Page 186 of many | Previous | Next