Any chance to get support for createBlob?

From: Christian Schmitt <c(dot)schmitt(at)envisia(dot)de>
To: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Any chance to get support for createBlob?
Date: 2015-08-04 09:16:44
Message-ID: 61BBC455-7019-4967-8BA9-163358DCA53D@envisia.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello, currently we are relying on the LargeObject API of PostgreSQL. Currently we access the Large Object API directly via unwrap of the Connection that comes from the Connection Pool, however there is also a createBLOB method of the Driver, but that doesn’t work as of JDBC 4.x - 9.4 Is there any chance that createBLOB will also be supported, like getBLOB?

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Lachezar Dobrev 2015-08-04 12:26:27 Re: Any chance to get support for createBlob?
Previous Message dmp 2015-08-01 19:34:17 Re: Re: need advice about out parameter settings while calling stored procedure in Java code