How to return an array from Java to PL/SQL?

后端 未结 2 2028
有刺的猬
有刺的猬 2020-12-19 10:33

I have no problems to pass numbers and strings back and forth from PL/SQL to Java, but how do I pass arrays ? I\'m calling Java from PL/SQL - not other way round.

2条回答
  •  生来不讨喜
    2020-12-19 11:01

    I dont know about the pl/sql thing but what u can do is process the result from PL/SQL and insert the result into a set method and then later u can get it.

提交回复
热议问题