(筆記) 在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
相關文章
相關標籤/搜索