|
From: <cle...@jb...> - 2006-06-27 04:23:32
|
Yes... I got it... :-) The idea is to simply delegate everything. Based on this post: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=85514 Start Points | Connection.prepareCall | Connection.prepareStatement | Statement.executeQuery | Statement.executeBatch | | | End Points (Needs Work) | | | ResultSet.close | | ResultSet.next()==false | | | | | | We will only capture .close and .next from ResultSet. Everything else is going to be simply delegated, right? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953607#3953607 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953607 |