| From: | Markus Schaber <schabios(at)logi-track(dot)com> |
|---|---|
| To: | "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | Re: Abandoning PGobject |
| Date: | 2005-02-28 16:31:16 |
| Message-ID: | 42234754.5060005@logi-track.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Hi,
I just attached two abstract classes that can are useful as base classes
for type drivers, and a sample implementation that serves a PGobject
implementation.
During hacking, I noticed that adding a "String sqltype" parameter to
the get* methods would help for complete type orthogonality (this way a
single Driver could handle all PGobjects, and possibly a second one all
the typeMap / SQLData issues).
Markus
| Attachment | Content-Type | Size |
|---|---|---|
| AbstractTextBinaryTypeDriver.java | text/x-java | 4.4 KB |
| AbstractTextTypeDriver.java | text/x-java | 5.2 KB |
| PGobjectHandler.java | text/x-java | 1.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Oliver Jowett | 2005-02-28 20:28:42 | Re: impossible to update rows specifying columns with NULL |
| Previous Message | Markus Schaber | 2005-02-28 14:10:11 | Abandoning PGobject |