jdbc call procedure

  Connection con = session.connection();   String procedure = "{call SP_XYZ(?,?) }";   try {session    CallableStatement cstmt = con.prepareCall(procedure);    cstmt.setInt(1, Integer.parseInt(Id));  
相關文章
相關標籤/搜索