| From: | Tim <elatllat(at)gmail(dot)com> |
|---|---|
| To: | pgsql-jdbc(at)postgresql(dot)org |
| Subject: | JDBC type mappings |
| Date: | 2010-10-05 22:06:17 |
| Message-ID: | AANLkTi=3CWQWpaaS2kh7vSKdMhPD4HUX3U49CpQiWsEj@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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://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(at)irc://freenode/postgresql recommended I ask here first.
Anyone know what the JDBC type mappings for PostgreSQL are?
| From | Date | Subject | |
|---|---|---|---|
| Next Message | stagirus | 2010-10-05 23:49:52 | Re: [BUGS] Mapping Hibernate boolean to smallint(Postgresql) |
| Previous Message | Jeff Hubbach | 2010-10-05 16:03:34 | Re: [BUGS] Mapping Hibernate boolean to smallint(Postgresql) |