This patch fixes the exception thrown to inform the user the method
getColumnClassName(int) is not implemented. This will futher fixes method ResultSet.getObject(int) since it requires the getColumnClassName(int) method to return the proper java class used to map the database column. auther Ed Yu
Showing
Please register or sign in to comment