Postgresql, JDBC, and streaming BLOBs

前端 未结 3 675
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-07 19:13

I am trying to retrieve a blob from a postgres database using the jdbc drivers. It is too big to have in memory so I want to stream it as a download. I tried using the get

3条回答
  •  天命终不由人
    2021-01-07 19:23

    Would the PostgreSQL docs for "Storing Binary Data" help?

    http://jdbc.postgresql.org/documentation/head/binary-data.html

    The section titled "Retrieving the image from the Large Object", its at the bottom of the page, might help.

提交回复
热议问题