pass array to oracle procedure

前端 未结 6 1382
孤街浪徒
孤街浪徒 2020-11-27 17:36

I want to send two arrays form java to oracle stored procedures. The first Array is array of strings and the second is array of chars how can I make this??

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-27 18:07

    You can use Oracle Types to map Java objects to Oracle. Also, there's Spring JDBC utilities.

提交回复
热议问题