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.
fromPersistValue :: PersistField a => PersistValue -> Either Text aesqueleto Database.Esqueleto.Legacy No documentation available.
fromPersistValueJSON :: FromJSON a => PersistValue -> Either Text aesqueleto Database.Esqueleto.Legacy Convenience function for getting a free PersistField instance from a type with JSON instances. The JSON parser used will accept JSON values other that object and arrays. So, if your instance serializes the data to a JSON string, this will still work. Example usage in combination with toPersistValueJSON:
instance PersistField MyData where fromPersistValue = fromPersistValueJSON toPersistValue = toPersistValueJSON
fromPersistValueText :: PersistValue -> Either Text Textesqueleto Database.Esqueleto.Legacy No documentation available.
fromPersistValues :: PersistEntity record => [PersistValue] -> Either Text recordesqueleto Database.Esqueleto.Legacy A lower-level operation to convert from database values to a Haskell record.
fromSqlKey :: ToBackendKey SqlBackend record => Key record -> Int64esqueleto Database.Esqueleto.Legacy No documentation available.
-
esqueleto Database.Esqueleto.Internal.Internal A part of a FROM clause.
FromJoin :: FromClause -> JoinKind -> FromClause -> Maybe (SqlExpr (Value Bool)) -> FromClauseesqueleto Database.Esqueleto.Internal.Internal No documentation available.
-
esqueleto Database.Esqueleto.Internal.Internal (Internal) Class that implements the JOIN from magic (see fromStart).
FromRaw :: (NeedParens -> IdentInfo -> (Builder, [PersistValue])) -> FromClauseesqueleto Database.Esqueleto.Internal.Internal No documentation available.
FromStart :: Ident -> EntityDef -> FromClauseesqueleto Database.Esqueleto.Internal.Internal No documentation available.