|
From: <tri...@tr...> - 2003-09-09 03:20:10
|
Rod & All, I posted this message earlier today, but it does not seem to have made it to the list, so I am posting it again. 1. Does anybody use the ParameterMapper interface defined in the StoredProcedure class? I would like to remove it. With the new implementation for StoredProcedures, that mimics how we create PreparedStatements, there will be other ways of providing database specific ways to map parameters. 2. For PreparedStatements there are two ways of setting the parameters. Either using a PreparedStatementCreatorFactory or a PreparedStetementSetter. Which method are you all preferring? Should we pick one, or should the CallableStatement implementation provide both ways as well? Let me know what you think. Also, do you want me to just commit any changes to the jdbc package, or do you want me to create a separate branch so we can make sure it really works before we merge it in to the main branch? I'm making sure the tests run and I test with some live connections, but with the variety of JDBC drivers and databases out there, I can only test on a small subset of all the possible combinations. Thomas |