jdbc进阶学习
1.callablestatement
statement->prepared statment->callable statement
继承关系
callable statement用来调用数据库的存储过程
2.批处理 batch
3.事务处理 transaction
4.movable result
5.updateble resultset
jdbc进阶学习
1.callablestatement
statement->prepared statment->callable statement
继承关系
callable statement用来调用数据库的存储过程
2.批处理 batch
3.事务处理 transaction
4.movable result
5.updateble resultset