Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- dynamicallyParameterizedStatement :: Snippet -> Result result -> Bool -> Session result
Documentation
dynamicallyParameterizedStatement :: Snippet -> Result result -> Bool -> Session result Source #
Execute a dynamically parameterized statement, providing a result decoder.
This is merely a shortcut, which immediately embeds
Hasql.DynamicStatements.Statement.
in dynamicallyParameterized
Session
.
For details see the docs on that function.