簡單的事務

看看就好程序有很多問題 沒有優化,看着有點亂,希望能幫到你,有很多地方都註釋,看看吧 關於事務的就三句 connection.setAutoCommit(false); //取消事務的自動提交 connection.commit(); //手動提交事務 try { connection.rollback(); //事務回滾 } catch (SQLException e1) { e1.printS
相關文章
相關標籤/搜索