JDBC type mappings

Поиск
Список
Период
Сортировка
От Tim
Тема JDBC type mappings
Дата
Msg-id AANLkTi=3CWQWpaaS2kh7vSKdMhPD4HUX3U49CpQiWsEj@mail.gmail.com
обсуждение исходный текст
Список pgsql-jdbc
Google is able to find JDBC type mappings for every popular DB other then PostgreSQL and they all vary greatly:

    http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-type-conversions.html
    http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/ad/rjvjdata.htm
    http://download.oracle.com/javase/6/docs/technotes/guides/jdbc/getstart/mapping.html

The closest I could find for PostgreSQL would be manually going though the source or JavaDoc
http://jdbc.postgresql.org/development/privateapi/index-all.html

possible@irc://freenode/postgresql  recommended I ask here first.

Anyone know what the JDBC type mappings for PostgreSQL are?

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Boris Partensky
Дата:
Сообщение: Re: Upgrading JDBC driver from 7.3 to 8.4 affected execution plans
Следующее
От: stagirus
Дата:
Сообщение: Re: [BUGS] Mapping Hibernate boolean to smallint(Postgresql)