CallableStatement对象变量实例化,如果执行的存储过程是Insert操作批量操作,当记录用addBatch()追加到对象后,则调用()方法。
A.execute()
B.executeQuery()
C.executeUpdate()
D.executeBatch()
正确答案是D
CallableStatement对象变量实例化,如果执行的存储过程是Insert操作批量操作,当记录用addBatch()追加到对象后,则调用()方法。
A.execute()
B.executeQuery()
C.executeUpdate()
D.executeBatch()
正确答案是D