pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...

From: davec(at)postgresql(dot)org (Dave Cramer)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...
Date: 2002-02-22 02:58:25
Message-ID: 20020222025825.C2DE7475B45@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: davec(at)postgresql(dot)org 02/02/21 21:58:25

Modified files:
src/interfaces/jdbc/org/postgresql/jdbc2: ResultSetMetaData.java

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-02-22 03:04:49 pgsql/doc/TODO.detail namedatalen
Previous Message Dave Cramer 2002-02-22 02:40:10 pgsql/src/interfaces/jdbc/org/postgresql/jdbc1 ...