Обсуждение: pgsql/src/interfaces/jdbc/org/postgresql/jdbc2 ...

Поиск
Список
Период
Сортировка

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

От
davec@postgresql.org (Dave Cramer)
Дата:
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