[Haskell-cafe] hdbc parametrized select
s9gf4ult at gmail.com
s9gf4ult at gmail.com
Thu Oct 18 10:51:01 CEST 2012
does hdbc have parametrized selects ?
There is execute
execute :: Statement -> [SqlValue] -> IO Integer
and some other functions which get list of parameters but return IO Integer or
IO ()
and there is other couple of functions
fetchRow :: Statement -> IO (Maybe [SqlValue])
which return values of select but do not get parameters
How can i execute parametrized select with hdbc ?
More information about the Haskell-Cafe
mailing list