(笔记) 在JDBC中用JAVA查询单条记录

public static Department getById(int department_id){ Connection con=DMmanager.getConnection(); PreparedStatement pst= null; String str="select * from department where department_id =?"; pst=con.prepar
相关文章
相关标签/搜索