Will Connection.createBlob be implemented any time soon?

Поиск
Список
Период
Сортировка
От Andreas Joseph Krogh
Тема Will Connection.createBlob be implemented any time soon?
Дата
Msg-id OfficeNetEmail.3f.a807f64e9f620e86.143aaa18da2@prod2
обсуждение исходный текст
Ответы Re: Will Connection.createBlob be implemented any time soon?  (Thomas Kellerer <spam_eater@gmx.net>)
Re: Will Connection.createBlob be implemented any time soon?  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-jdbc
$subject
 
It'd be nice to be able to do:
 
                val b = con.createBlob()
                val os = b.setBinaryStream(1)
                IOUtils.copyLarge(is, os, new Array[Byte](1024 * 1024))
 
Is there a work-around for it?
 
--
Andreas Joseph Krogh <andreak@officenet.no>      mob: +47 909 56 963
Senior Software Developer / CTO - OfficeNet AS - http://www.officenet.no
Public key: http://home.officenet.no/~andreak/public_key.asc

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

Предыдущее
От: Robert DiFalco
Дата:
Сообщение: Re: setPrepareThreshold
Следующее
От: Thomas Kellerer
Дата:
Сообщение: Re: Will Connection.createBlob be implemented any time soon?