This patch fixes the exception thrown to inform the user the method

Dave Cramer <davec@fastcrypt.com>

Commit: 8c17e4e0fca4fdbb2683c5e2674728bb6574145c
Author: Dave Cramer <davec@fastcrypt.com>
Date: 2002-02-22T02:58:24Z
Releases: 7.3.1
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

Files