Statement 的execute 方法、executeQuery 方法和executeUpdate 方法有何异同?
举一反三
- Statement的execute方法、executeQuery方法和executeUpdate方法有何异同?() A: 返回值的方式不同 B: 适用的SQL语句不同 C: 作用的数据库不同 D: 三个方法是等价的 E: 返回值的方式一样
- 下列()方法是Statement对象所具有的方法。 A: executeQuery() B: executeUpdate() C: execute() D: createStatement()
- Statement对象提供了很多方法,主要包括( )。 A: executeQuery方法 B: getInt方法 C: getIndex方法 D: executeUpdate方法 E: execute方法
- Statement对象的( )方法用来执行动态操作。 A: execute B: executeQuery C: getQueryTimeOut() D: executeUpdate()
- 在Statement接口中,能够执行给定的SQL语句并且可能返回多个结果的方法是() A: execute方法 B: executeQuery方法 C: executeUpdate方法 D: getMaxRows方法