JDBC
1.//加载驱动 class.forname
2.//创建连接connection
3.//创建 管道流 statement或 preparestatement预处理
4.//执行sql语句
5.//处理结果集
6.//关闭连接
JDBC
1.//加载驱动 class.forname
2.//创建连接connection
3.//创建 管道流 statement或 preparestatement预处理
4.//执行sql语句
5.//处理结果集
6.//关闭连接
转载于:https://www.cnblogs.com/Mr-ai/p/10849043.html