Hoogle Search

Within LTS Haskell 24.20 (ghc-9.10.3)

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

  1. showAggrOp :: SqlGenerator -> AggrOp -> [PrimExpr] -> (String, [SqlExpr])

    opaleye Opaleye.Internal.HaskellDB.Sql.Default

    No documentation available.

  2. showAggrOpFunction :: AggrOp -> String

    opaleye Opaleye.Internal.HaskellDB.Sql.Default

    No documentation available.

  3. showBinOp :: BinOp -> String

    opaleye Opaleye.Internal.HaskellDB.Sql.Default

    No documentation available.

  4. showWndwOp :: SqlGenerator -> WndwOp -> (String, [SqlExpr])

    opaleye Opaleye.Internal.HaskellDB.Sql.Default

    No documentation available.

  5. showSqlType :: IsSqlType sqlType => proxy sqlType -> String

    opaleye Opaleye.Internal.PGTypes

    No documentation available.

  6. showRangeType :: IsRangeType pgType => proxy pgType -> String

    opaleye Opaleye.Internal.PGTypesExternal

    No documentation available.

  7. showSqlType :: IsSqlType sqlType => proxy sqlType -> String

    opaleye Opaleye.Internal.PGTypesExternal

    No documentation available.

  8. showSql :: Default Unpackspec fields fields => Select fields -> Maybe String

    opaleye Opaleye.Sql

    Show the SQL query string generated from the Select. When Nothing is returned it means that the Select returns zero rows. Example type specialization:

    showSql :: Select (Field a, Field b) -> Maybe String
    
    Assuming the makeAdaptorAndInstanceInferrable splice has been run for the product type Foo:
    showSql :: Select (Foo (Field a) (Field b) (Field c)) -> Maybe String
    

  9. showSqlExplicit :: Unpackspec fields b -> Select fields -> Maybe String

    opaleye Opaleye.Sql

    No documentation available.

  10. showSqlUnopt :: Default Unpackspec fields fields => Select fields -> Maybe String

    opaleye Opaleye.Sql

    Show the unoptimized SQL query string generated from the Select.

Page 154 of many | Previous | Next