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 ToField
typeclass, for rendering a parameter to an SQLite
value to be bound as a SQL query parameter.
- class ToField a where
Documentation
class ToField a where Source #
A type that may be used as a single parameter to a SQL query.