Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 165 Bytes

File metadata and controls

6 lines (4 loc) · 165 Bytes

Callable statement?

PreparedStatement继承自Statement CallableStatement继承自PreparedStatement

It's used when you want to access database stored procedures