How to receive the entire result set from a Stored Function in Postgres using a SimpleJdbcCall in Spring boot 2.x?

后端 未结 0 328
遥遥无期
遥遥无期 2021-01-20 15:45
// Here\'s my code in Kotlin
return SimpleJdbcCall(dataSource)
.withFunctionName(storedFunction).returningResultSet("param_name", RowsToMap()).execute(name         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题