• 2022-05-28
    在Java JDBC编程中,可以使用PreparedStatement接口为特定的SQL命令指定多个参数,此时需要在创建SQL语句时为每个参数各用一个()符号为占位符。
    A: A*
    B: B_
    C: C?
    D: D%