阅读(2101)
赞(37)
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