摘要: Statement 接口提供了三种执行 SQL 语句的方法:executeQuery、executeUpdate 和 execute。使用哪一个方法由 SQL 语句所产生的内容决定。 1>方法executeQuery 用于产生单个结果集(ResultSet)的语句,例如 SELECT 语句。 被使用 阅读全文
posted @ 2020-03-18 14:22 张释文 阅读(280) 评论(0) 推荐(0)