How can I set a String[] parameter to a native query?

前端 未结 4 2175
野的像风
野的像风 2020-12-17 22:44

This is my PostgreSQL function:

salvarArquivoGeometricoCasoZeroPOINT
(dimensao text,tableName text,tuplas text[],srid text)

It has a

4条回答
  •  再見小時候
    2020-12-17 23:27

    I ran into this error when accidentally using jdbcTemplate.update instead of jdbcTemplate.batchUpdate

提交回复
热议问题