Re: Inserting 'large' amounts of data

Поиск
Список
Период
Сортировка
От Maciek Sakrejda
Тема Re: Inserting 'large' amounts of data
Дата
Msg-id 895e58dd0908261034y3887469agd8fdc62918f6be50@mail.gmail.com
обсуждение исходный текст
Ответ на Inserting 'large' amounts of data  (Mario Splivalo <mario.splivalo@megafon.hr>)
Список pgsql-jdbc
Right. As of the 8.4 release, you have a jdbc API to the postgresql
COPY functionality. Cast your Connection to a PGConnection and call
.getCopyAPI(). You can then use the CopyManager[1] to copy data in
from your tomcat servlet.

[1] http://jdbc.postgresql.org/documentation/publicapi/org/postgresql/copy/CopyManager.html

--
Maciek Sakrejda | Software Engineer | Truviso
(650) 242-3500 Main
(650) 242-3501 F
msakrejda@truviso.com
www.truviso.com

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Inserting 'large' amounts of data
Следующее
От: dmp
Дата:
Сообщение: Re: Inserting 'large' amounts of data