| Class Summary | |
|
com.tlv8.Dao.SQLUtilsClient Ibatis数据库操作 |
|
| Field Summary | |
| Method Summary | |
| List<Map> | selectforList(String strSQL) 执行SQL查询 |
| void | insertAccount(String strSQL) 执行插入SQL语句 |
| int | updateAccount(String strSQL) 执行更新SQL语句 |
| int | deleteAccount(String strSQL) 执行删除SQL语句 |
| SqlMapClient | getSqlMapper() 获取Ibatis数据操作对象 |
com.tlv8.Dao.SQLUtilsClient
实例化: SQLUtilsClient sqlclient = new SQLUtilsClient(dbkey);
import com.tlv8.Dao.SQLUtilsClient;
获取数据操作对象:SqlMapClient
SqlMapClient sqlMapper = sqlclient.getSqlMapper();