随笔分类 -  Java

摘要:JDBC 1.//加载驱动 class.forname 2.//创建连接connection 3.//创建 管道流 statement或 preparestatement预处理4.//执行sql语句 5.//处理结果集 6.//关闭连接 阅读全文
posted @ 2019-05-11 16:20 码佬 阅读(520) 评论(0) 推荐(0)