Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. unsafeCoerceSqlExprValue :: Coercible a b => SqlExpr (Value a) -> SqlExpr (Value b)

    esqueleto Database.Esqueleto.Internal.Internal

    Like unsafeCoerceSqlExpr but for the common case where you are coercing a Value.

  2. unsafeSqlValue :: Builder -> SqlExpr (Value a)

    esqueleto Database.Esqueleto.Internal.Internal

    (Internal) A raw SQL value. The same warning from unsafeSqlBinOp applies to this function as well.

  3. veryUnsafeCoerceSqlExprValue :: SqlExpr (Value a) -> SqlExpr (Value b)

    esqueleto Database.Esqueleto.Internal.Internal

    (Internal) Coerce a value's type from 'SqlExpr (Value a)' to 'SqlExpr (Value b)'. You should not use this function unless you know what you're doing! This is an alias for veryUnsafeCoerceSqlExpr with the type fixed to Value.

  4. veryUnsafeCoerceSqlExprValueList :: SqlExpr (ValueList a) -> SqlExpr (Value a)

    esqueleto Database.Esqueleto.Internal.Internal

    (Internal) Coerce a value's type from 'SqlExpr (ValueList a)' to 'SqlExpr (Value a)'. Does not work with empty lists. This is an alias for veryUnsafeCoerceSqlExpr, with the type fixed to ValueList and Value.

  5. data FilterValue typ

    esqueleto Database.Esqueleto.Legacy

    Value to filter with. Highly dependant on the type of filter used.

  6. FilterValue :: forall typ . typ -> FilterValue typ

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  7. FilterValues :: forall typ . [typ] -> FilterValue typ

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  8. PersistInvalidField :: Text -> PersistException

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

  9. data PersistValue

    esqueleto Database.Esqueleto.Legacy

    A raw value which can be stored in any backend and can be marshalled to and from a PersistField.

  10. UnsafeValue :: forall a typ . PersistField a => a -> FilterValue typ

    esqueleto Database.Esqueleto.Legacy

    No documentation available.

Page 10 of many | Previous | Next