jdbcTemplate 查询数据库字段名称,类型方法
jdbcTemplate 操作方法
[code="java"]
/**
*1.方法一:
*/
String sql = "select * from "+ tableName;
//RowCountCallbackHandler rcch = new RowCountCallbackHandler();
//this.jdbcTemplateDao.query(sql, rcch);...
原创
2012-10-11 08:28:18 ·
2756 阅读 ·
0 评论