It doesn't directly support stored procedure's. I don't use them but since CallableStatement extends PreparedStatement maybe you could override QueryRunner.prepareStatement() to return CallableStatements instead?
David --- James Blashill <[EMAIL PROTECTED]> wrote: > Hello, > > I need to convert a bunch of my code over from using regular sql > statements to stored procedures. I am using DBUtils already and I am > just wondering if DBUtils supports using stored procedures? > > Thanks, > > James __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
