does postgresql jdbc driver has \copy?

前端 未结 2 1354

as stated,

does java jdbc driver for postgresql has client side \\copy?

I wanted to do batch inserts into a table in the database on a remote machine with d

2条回答
  •  佛祖请我去吃肉
    2021-01-13 04:41

    Since the 8.4 driver there is support for the COPY command, through the CopyManager:

    http://jdbc.postgresql.org/documentation/publicapi/org/postgresql/copy/CopyManager.html

提交回复
热议问题