executeUpdate()不是Statement接口的方法。()
executeUpdate()不是Statement接口的方法。()
接口Statement中定义的executeUpdate返回的类型是( )
接口Statement中定义的executeUpdate返回的类型是( )
以下关于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接口的executeUpdate()方法会返回一个ResultSet对象
执行Statement接口的executeUpdate()方法会返回一个ResultSet对象
Statement的executeUpdate()方法会返回是否更新成功的boolean值。
Statement的executeUpdate()方法会返回是否更新成功的boolean值。
Statement的executeUpdate()方法会返回是否更新成功的boolean值
Statement的executeUpdate()方法会返回是否更新成功的boolean值
Statement 的 executeUpdate()方法会返回是否更新成功的 boolean 值。
Statement 的 executeUpdate()方法会返回是否更新成功的 boolean 值。
Statement 的execute 方法、executeQuery 方法和executeUpdate 方法有何异同?
Statement 的execute 方法、executeQuery 方法和executeUpdate 方法有何异同?
Statement接口的executeUpdate方法返回的类型是 ,代表的含义是 。
Statement接口的executeUpdate方法返回的类型是 ,代表的含义是 。
Statement的executeUpdate()方法会返回是否更新成功的boolean值。 A: 错 B: 对
Statement的executeUpdate()方法会返回是否更新成功的boolean值。 A: 错 B: 对