Copyright |
(c) 2011 MailRank Inc.
(c) 2011-2012 Leon P Smith (c) 2012-2013 Janne Hellsten |
---|---|
License | BSD3 |
Maintainer | Janne Hellsten <jjhellst@gmail.com> |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
The
ToRow
typeclass, for rendering a collection of
parameters to a SQL query.
Predefined instances are provided for tuples containing up to ten elements.
Documentation
Generic derivation of
ToRow
. For details about what can be
derived refer to
GFromRow
.
Since: 0.4.18.1
A collection type that can be turned into a list of
SQLData
elements.
Since version 0.4.18.1 it is possible in some cases to derive a
generic implementation for
ToRow
. Refer to the documentation for
FromRow
to see how this can be
done.
Nothing