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:48
Message-ID: 20011003062648.22558.qmail@mailweb18.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 ()

Regards
Swati

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Arsalan Zaidi 2001-10-03 07:13:12 java.lang.OutOfMemory Exception with a large number of inserts
Previous Message Swati 2001-10-03 06:26:41 org.postgresql package