单项选择题
A.next()B.absolute(int row)C.previous()D.last()
在PreparedStatement接口中用来设置字符串类型的输入参数的方法是()A.setInt方法B.se...
单项选择题在PreparedStatement接口中用来设置字符串类型的输入参数的方法是()
A.setInt方法B.setString方法C.executeUpdate方法D.execute方法
在ResultSet接口中,能够直接将指针移动到第n条记录的方法是()A.absoluteB.previous...
单项选择题在ResultSet接口中,能够直接将指针移动到第n条记录的方法是()
A.absoluteB.previousC.beforeFirstD.next
在Statement接口中,能够执行给定的SQL语句并且可能返回多个结果的方法是()A.execute方法B....
单项选择题在Statement接口中,能够执行给定的SQL语句并且可能返回多个结果的方法是()
A.execute方法B.executeQuery方法C.executeUpdate方法D.getMaxRows方法