pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ... - Mailing list pgsql-committers

From davec@postgresql.org (Dave Cramer)
Subject pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...
Date
Msg-id 20020222025825.C2DE7475B45@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    davec@postgresql.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
tomap the database column. 

    auther Ed Yu


pgsql-committers by date:

Previous
From: davec@postgresql.org (Dave Cramer)
Date:
Subject: pgsql/src/interfaces/jdbc/org/postgresql/jdbc1 ...
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/doc/TODO.detail namedatalen