用户执行下列哪一个方法可以返回多行结果。 ( )
A: executeQuery
B: execute
C: executeUpdate
D: createStatement
A: executeQuery
B: execute
C: executeUpdate
D: createStatement
举一反三
- 下列()方法是Statement对象所具有的方法。 A: executeQuery() B: executeUpdate() C: execute() D: createStatement()
- 如果sql语句为查询语句,则执行()方法,返回查询结果 A: executeQuery() B: executeUpdate() C: preparedStatement() D: createStatement()
- 在JDBC应用程序中,使用Statement接口的()方法,执行查询语句,返回结果。 A: execute B: close C: executeUpdate D: executeQuery
- PreparedStatment接口中哪一个方法执行增加、删除、修改操作。( ) A: executeQuery B: query C: executeUpdate D: execute
- 在Statement接口中,能够执行给定的SQL语句并且可能返回多个结果的方法是() A: execute方法 B: executeQuery方法 C: executeUpdate方法 D: getMaxRows方法