开发者

How to close refcursor from java

开发者 https://www.devze.com 2023-02-21 15:12 出处:网络
How t开发者_开发知识库o close SYS_REFCURSOR from java after use???A ref cursor would be closed as any other cursor in java: with ResultSet.close().

How t开发者_开发知识库o close SYS_REFCURSOR from java after use???


A ref cursor would be closed as any other cursor in java: with ResultSet.close().

0

精彩评论

暂无评论...
验证码 换一张
取 消