org.postgresql package

Поиск
Список
Период
Сортировка
От Swati
Тема org.postgresql package
Дата
Msg-id 20011003062641.18209.qmail@mailFA5.rediffmail.com
обсуждение исходный текст
Список 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  ()


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Ray Tomlinson
Дата:
Сообщение: Re: jdbc download jar is corrupted
Следующее
От: "Arsalan Zaidi"
Дата:
Сообщение: java.lang.OutOfMemory Exception with a large number of inserts