org.postgresql package

From: "Swati" <swatisdesai(at)rediffmail(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: org.postgresql package
Date: 2001-10-03 06:26:41
Message-ID: 20011003062641.18209.qmail@mailFA5.rediffmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


Dear Sir/Madam,
I am using postgresql our java application. In that when I want to insert largeobject like this
LargeObjectManager lo = ((org.postgresql.Connection)conn).getLargeObjectAPI();
InputStream is = rs.getBinaryStream();
but it gives me compilation error:
cannot resolve symbol
symbol : method getBinaryInputStream ()

Browse pgsql-jdbc by date

  From Date Subject
Next Message Swati 2001-10-03 06:26:48 org.postgresql package
Previous Message Knut Forkalsrud 2001-10-03 05:15:48 Re: Accents bug ?