A. CallableStatement类用于调用数据库中的存储过程 B. PreparedStatment类可以让数据库预先编译SQL语句 CallableStatement类继承了PreparedStatement类 D. PreparedStatement并没有提高访问数据库的速度