自定义数据分页示例(29)
来源:未知 责任编辑:责任编辑 发表时间:2013-12-18 11:35 点击:次
pstmt.setObject(index++, entity.getBirthday());
pstmt.setObject(index++, entity.getCellphone());
pstmt.setObject(index++, entity.getEmail());
pstmt.setObject(index++, entity.getPerference());
pstmt.setObject(index++, entity.getType());
pstmt.setObject(index++, entity.getDescription());
pstmt.setObject(index++, entity.getId());
/* 第六步:执行更新 */
int i = pstmt.executeUpdate();
相关新闻>>
- 发表评论
-
- 最新评论 更多>>