JDBC中为Statement接口提供了3种执行方法,它们是:__________方法、____________方法和 execute方法
executeUpdate();executeQuery() --- executeUpdate();executeQuery()
举一反三
- JDBC中为Statement接口提供了3种执行方法,它们是:____________方法、____________方法、____________ 方法 。
- 在JDBC应用程序中,使用Statement接口的()方法,执行查询语句,返回结果。 A: execute B: close C: executeUpdate D: executeQuery
- 接口Statement中定义的execute方法的返回类型是( )
- Statement 类提供 3 种执行方法,用来执行更新操作的是( )。
- Statement对象提供了很多方法,主要包括( )。 A: executeQuery方法 B: getInt方法 C: getIndex方法 D: executeUpdate方法 E: execute方法
内容
- 0
JDBC接口Connection中创建Statement的方法是( );创建PreparedStatement的方法是( )。<br/>______
- 1
Statement接口提供了哪些执行SQL语句的方法:(多选)
- 2
Statement中的execute()方法可以执行任何SQL语句。
- 3
Statement接口提供了最常见的执行SQL语句的方法:和操作
- 4
Statement 的execute 方法、executeQuery 方法和executeUpdate 方法有何异同?