This patch fixes the exception thrown to inform the user the method
Dave Cramer <davec@fastcrypt.com>
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
| Path | Change | +/− |
|---|---|---|
| src/interfaces/jdbc/org/postgresql/jdbc2/ResultSetMetaData.java | modified | +60 −2 |