• 2021-04-14
    JDBC中为Statement接口提供了3种执行方法,它们是:__________方法、____________方法和 execute方法
  • executeUpdate();executeQuery() --- executeUpdate();executeQuery()

    内容

    • 0

      JDBC接口Connection中创建Statement的方法是( );创建PreparedStatement的方法是( )。<br/>______

    • 1

      Statement接口提供了哪些执行SQL语句的方法:(多选)

    • 2

      Statement中的execute()方法可以执行任何SQL语句。

    • 3

      Statement接口提供了最常见的执行SQL语句的方法:和操作

    • 4

      Statement 的execute 方法、executeQuery 方法和executeUpdate 方法有何异同?