下列()方法是Statement对象所具有的方法。
A: executeQuery()
B: executeUpdate()
C: execute()
D: createStatement()
A: executeQuery()
B: executeUpdate()
C: execute()
D: createStatement()
举一反三
- 用户执行下列哪一个方法可以返回多行结果。 ( ) A: executeQuery B: execute C: executeUpdate D: createStatement
- Statement对象的( )方法用来执行动态操作。 A: execute B: executeQuery C: getQueryTimeOut() D: executeUpdate()
- Statement 的execute 方法、executeQuery 方法和executeUpdate 方法有何异同?
- Statement对象提供了很多方法,主要包括( )。 A: executeQuery方法 B: getInt方法 C: getIndex方法 D: executeUpdate方法 E: execute方法
- 下列()方法是Connection对象所具有的方法。 A: executeUpdate() B: createStatement() C: preparedStatement() D: PrepareCall()