Oracle中怎样使用JAVA函数及自定义函数
2个回答
展开全部
cs = conn.prepareCall("{ ?=call goode(?,?)}");
// Register the type of the return value
cs.registerOutParameter(1, Types.NUMERIC );
// Set the value for the IN parameter
cs.setString(2,"lz");
cs.setString(3,"lz");
// Execute and retrieve the returned value
cs.execute();
int retValue = cs.getInt(1);
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
TableDI
2024-07-18 广告
2024-07-18 广告
仅需3步!不写公式自动完成Excel vlookup表格匹配!Excel在线免,vlookup工具,点击8步自动完成表格匹配,无需手写公式,免费使用!...
点击进入详情页
本回答由TableDI提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询