目录JDBC基本操作JDBC概念连接步骤DriverManager操作数据库Statement接口executeUpdate方法添加修改删除PreparedStatement接口executeUpdate方法插入更新删除结果集批量操作JDBC基本操作
I\'m trying to make sense on the best way to do automatize a series of things in a row in order to deploy a web-app and haven\'t yet came up with a s开发者_开发问答uitable solution. I would like to: