public void testadd(Test t) throws Exception{
Connection conn= jdbcghy.getConn();
String sql="insert into test(NAME,STATUS,CREATE_TIME)valus(?,?,?)";
PreparedStatement pst= conn.prepareStatement(sql);
pst.setString(1, t.getName());
pst.setString(2, t.getStatus());
pst.setDate(3, new Date(t.getCreateTime().getTime()));
pst.execute();
}
慕的地6079101
qq_lol_9
qq_沙漠之花_0
相关分类