阅读(2111)
赞(38)
Callable statement?
2017-07-03 17:40:57 更新
PreparedStatement继承自Statement CallableStatement继承自PreparedStatement It's used when you want to access database stored procedures
PreparedStatement继承自Statement CallableStatement继承自PreparedStatement It's used when you want to access database stored procedures