摘要: 1 try { 2 DBConnection dbs = new DBConnection(); 3 conn = dbs.getConnection(); 4 stmt = conn.prepareCall("{call P... 阅读全文
posted @ 2016-01-17 15:11 东百牧码人 阅读(396) 评论(1) 推荐(0)
摘要: 1 --创建包2 create or replace package PAK_ExecuteAttendingDoctor is3 type cp_results is ref cursor;4 procedure ExecuteAttendingDoctor(start_time in varc... 阅读全文
posted @ 2016-01-17 15:07 东百牧码人 阅读(965) 评论(0) 推荐(0)