Will Connection.createBlob be implemented any time soon?

From: Andreas Joseph Krogh <andreak(at)officenet(dot)no>
To: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Will Connection.createBlob be implemented any time soon?
Date: 2014-01-19 13:14:29
Message-ID: OfficeNetEmail.3f.a807f64e9f620e86.143aaa18da2@prod2
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)officenet(dot)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

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Thomas Kellerer 2014-01-19 13:31:00 Re: Will Connection.createBlob be implemented any time soon?
Previous Message Robert DiFalco 2014-01-17 18:16:34 Re: setPrepareThreshold