jdbc 8 blob not implemented?

From: aditya Kulkarni <adityapk(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: jdbc 8 blob not implemented?
Date: 2004-09-15 13:16:23
Message-ID: ade10d420409150616287a1cc9@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I downloaded the pgjdbc 8.0 driver, and when i tried using the
getBlob() on a result set, it throws a NotImplemented Exception

I looked at the code, and it looks like none of the functionality has
been implemented. Is this a server limitation or such thing, or is it
work that just needs to be done?

The real problem is that i can't use the LargeObject API for Blob's,
only bytea. I understand that i can use a getBinaryStream on a result
set, but i want to know what the problem with getBlob is

Thanks in advance
--
Aditya Kulkarni

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-09-15 22:14:09 Re: Customizing SSL with jdbc
Previous Message Tim Penhey 2004-09-15 12:49:30 Re: Calling functions with numeric parameters