91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

jdbc開啟事務的方法是什么

小億
117
2023-11-23 17:38:41
欄目: 編程語言

在Java中使用JDBC開啟事務的方法是通過Connection對象的setAutoCommit方法來實現。默認情況下,Connection對象的autoCommit屬性為true,即自動提交事務。若要開啟事務,需將autoCommit屬性設置為false,并手動提交或回滾事務。
代碼示例:

Connection conn = null;
try {

????//?獲取連接

????conn?=?DriverManager.getConnection(url,?username,?password);

????

????//?開啟事務

????conn.setAutoCommit(false);

????

????//?執行SQL語句

????//?…

????

????//?提交事務

????conn.commit(); }?catch?(SQLException?e)?{

????//?回滾事務

????if?(conn?!=?null)?{

????????try?{

????????????conn.rollback();

????????}?catch?(SQLException?ex)?{

????????????ex.printStackTrace();

????????}

????}

????e.printStackTrace(); }?finally?{

????//?關閉連接

????if?(conn?!=?null)?{

????????try?{

????????????conn.close();

????????}?catch?(SQLException?e)?{

????????????e.printStackTrace();

????????}

????} }

0
丰县| 德阳市| 温泉县| 塘沽区| 无棣县| 乌拉特后旗| 峡江县| 偏关县| 威宁| 金华市| 巴马| 沾化县| 图木舒克市| 当雄县| 元氏县| 封丘县| 福贡县| 久治县| 富锦市| 潜江市| 抚顺市| 吉隆县| 香格里拉县| 卓资县| 尉氏县| 滨州市| 江陵县| 南昌县| 江西省| 明光市| 南漳县| 娄烦县| 云南省| 隆昌县| 张家口市| 张北县| 福贡县| 潍坊市| 鄂伦春自治旗| 杭锦旗| 内江市|