ResultSet对象获取值得两种方式有什么不同?
ResultSet对象通过Statement对象的executeQuery(String)方法的到的值和ResultSet对象的getResultSet()方法得到的值有什么不同吗?我看书上写的都是getResultSet()方法得到值的,为什么不直接用前者呢?
2018-06-30 15:58
2018-07-01 20:41
2018-07-01 20:43
2018-07-01 21:47

2018-07-03 16:20