Is there an ability to use placeholders in SQL statement using hsql?
(Actually I'm interested in SQLite.)

E.g. "INSERT INTO sales (product_code, qty, price) VALUES (?, ?, ?)"
and then supply values that will be escaped and inserted in place of
each '?'.

-- 
Roman I. Cheplyaka :: http://ro-che.info/
...being in love is totally punk rock...

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to