java编写连接并向oracle数据库中插入数据 ClassDao类中的CallableStatementcs=con.prepareCall("{?=callgetMaxStudentId}")其中getMaxStudentId为数据库中函数,需要自行定义,作用为反回该表单最大项号。