以下关于statement的用法,错误的是( ) A: statement.execute(sql) B: statement.executeUpdate(sql) C: statement.executeQuery(sql) D: statement.executeSQL(sql)
以下关于statement的用法,错误的是( ) A: statement.execute(sql) B: statement.executeUpdate(sql) C: statement.executeQuery(sql) D: statement.executeSQL(sql)
Statement中的execute()方法可以执行任何SQL语句。
Statement中的execute()方法可以执行任何SQL语句。
Statement对象的两个常用方法是execute()和executeQuery()。()
Statement对象的两个常用方法是execute()和executeQuery()。()
接口Statement中定义的execute方法的返回类型是( )
接口Statement中定义的execute方法的返回类型是( )
Statement 的execute 方法、executeQuery 方法和executeUpdate 方法有何异同?
Statement 的execute 方法、executeQuery 方法和executeUpdate 方法有何异同?
Statement对象的( )方法用来执行动态操作。 A: execute B: executeQuery C: getQueryTimeOut() D: executeUpdate()
Statement对象的( )方法用来执行动态操作。 A: execute B: executeQuery C: getQueryTimeOut() D: executeUpdate()
中国大学MOOC: 接口Statement中定义的execute方法代表有无ResultSet,返回类型是 。
中国大学MOOC: 接口Statement中定义的execute方法代表有无ResultSet,返回类型是 。
下列()方法是Statement对象所具有的方法。 A: executeQuery() B: executeUpdate() C: execute() D: createStatement()
下列()方法是Statement对象所具有的方法。 A: executeQuery() B: executeUpdate() C: execute() D: createStatement()
JDBC中为Statement接口提供了3种执行方法,它们是:__________方法、____________方法和 execute方法
JDBC中为Statement接口提供了3种执行方法,它们是:__________方法、____________方法和 execute方法
Statement接口的execute(String sql)返回值是boolean,它代表sql语句的执行是否成功
Statement接口的execute(String sql)返回值是boolean,它代表sql语句的执行是否成功