1、java 中调用pl/sql 中的存储过程

call 存储过程的名称(参数名称,参数名称)  在service 层中调用  存储过程

 String  sql=" call  proc_psp_dispro(?,?,?) ";

this.getJdbcTemplate().update(sql,参数,参数,参数);

 

posted on 2019-03-12 10:12  眺望  阅读(176)  评论(0编辑  收藏  举报