JDBC应用程序链接数据库–插入数据而且得到相应自增加值的列(即主键id)

public int saveRegInfo(String salutation, String name, String mobile, String email, String address, String offer, String tncAgree) throws SQLException { int orderId=-1; try { getConnectio
相关文章
相关标签/搜索