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.
showAggrOp :: SqlGenerator -> AggrOp -> [PrimExpr] -> (String, [SqlExpr])opaleye Opaleye.Internal.HaskellDB.Sql.Default No documentation available.
showAggrOpFunction :: AggrOp -> Stringopaleye Opaleye.Internal.HaskellDB.Sql.Default No documentation available.
-
opaleye Opaleye.Internal.HaskellDB.Sql.Default No documentation available.
showWndwOp :: SqlGenerator -> WndwOp -> (String, [SqlExpr])opaleye Opaleye.Internal.HaskellDB.Sql.Default No documentation available.
showSqlType :: IsSqlType sqlType => proxy sqlType -> Stringopaleye Opaleye.Internal.PGTypes No documentation available.
showRangeType :: IsRangeType pgType => proxy pgType -> Stringopaleye Opaleye.Internal.PGTypesExternal No documentation available.
showSqlType :: IsSqlType sqlType => proxy sqlType -> Stringopaleye Opaleye.Internal.PGTypesExternal No documentation available.
showSql :: Default Unpackspec fields fields => Select fields -> Maybe Stringopaleye 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
showSqlExplicit :: Unpackspec fields b -> Select fields -> Maybe Stringopaleye Opaleye.Sql No documentation available.
showSqlUnopt :: Default Unpackspec fields fields => Select fields -> Maybe Stringopaleye Opaleye.Sql Show the unoptimized SQL query string generated from the Select.