Will Connection.createBlob be implemented any time soon? - Mailing list pgsql-jdbc

From Andreas Joseph Krogh
Subject Will Connection.createBlob be implemented any time soon?
Date
Msg-id OfficeNetEmail.3f.a807f64e9f620e86.143aaa18da2@prod2
Whole thread Raw
Responses 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>)
List 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 by date:

Previous
From: Robert DiFalco
Date:
Subject: Re: setPrepareThreshold
Next
From: Thomas Kellerer
Date:
Subject: Re: Will Connection.createBlob be implemented any time soon?