Menu

#3 PreparedStatement support and parameters

open
nobody
None
5
2004-01-25
2004-01-25
No

It would be nice to be able to prepare a statement, and then
execute it later with the bound parameters. Something like:

sqlline> !prepare SELECT * FROM FOO WHERE ID=?
prepared statement: 1
sqlline> !stmnt 1 (int)10
1 row selected...
sqlline> !stmnt 1 (int)11
0 rows selected...

Discussion


Log in to post a comment.