摘要:
/** * 表分析,调用存储过程 */ public void analyzeTables(String tabName) throws Exception{ Connection conn = null; CallableStatement stmt = null; try { conn = DBConnection.getDestConnection(); stmt = conn.prepareCall("{call RHZX.ANALYTABLE(?)}"); ... 阅读全文
posted @ 2013-09-28 20:45 巳沫 阅读(215) 评论(0) 推荐(0)
浙公网安备 33010602011771号