当前位置:Gxlcms > 数据库问题 > IDEA操作jdbc总结

IDEA操作jdbc总结

时间:2021-07-01 10:21:17 帮助过:16人阅读




//更新数据
String sql = "UPDATE user set name=‘小萌‘ where id=1";
int resule = statement.executeUpdate(sql);

System.out.println(resule);

statement.close();
connection.close();


Junit单元测试
项目=》新建test目录 ,project
structure=>选中test文件点击sources如此即可在test文件夹下创建java文件











IDEA操作jdbc总结

标签:string   print   test   driver   register   etc   str   包导入   body   

人气教程排行