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.
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.
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.
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.
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.
-
esqueleto Database.Esqueleto.Legacy Value to filter with. Highly dependant on the type of filter used.
FilterValue :: forall typ . typ -> FilterValue typesqueleto Database.Esqueleto.Legacy No documentation available.
FilterValues :: forall typ . [typ] -> FilterValue typesqueleto Database.Esqueleto.Legacy No documentation available.
PersistInvalidField :: Text -> PersistExceptionesqueleto Database.Esqueleto.Legacy No documentation available.
-
esqueleto Database.Esqueleto.Legacy A raw value which can be stored in any backend and can be marshalled to and from a PersistField.
UnsafeValue :: forall a typ . PersistField a => a -> FilterValue typesqueleto Database.Esqueleto.Legacy No documentation available.