摘要:
//调用mysqlList<Map<String,Object>>resList = SqlUtils.getMySqlInstance().getlist(sqlString); //调用mssqlList<Map<String,Object>>resList = SqlUtils.getMsSq 阅读全文
posted @ 2021-06-18 15:17
QQ273999072
阅读(33)
评论(0)
推荐(0)
摘要:
public class QueryRunnerHelper extends QueryRunner { private static Logger logger = Logger.getLogger(QueryRunnerHelper.class); private QueryRunner qr; 阅读全文
posted @ 2021-06-18 15:14
QQ273999072
阅读(56)
评论(0)
推荐(0)
摘要:
public class SqlUtils { public static QueryRunnerHelper getMySqlInstance() { DataSource ds = SqlMyDataSource.getInstance(); QueryRunnerHelper qr = new 阅读全文
posted @ 2021-06-18 15:13
QQ273999072
阅读(67)
评论(0)
推荐(0)
摘要:
public class SqlMsDataSource implements DataSource{ private static SqlMsDataSource instance = new SqlMsDataSource();; private SqlMsDataSource() { } pu 阅读全文
posted @ 2021-06-18 15:12
QQ273999072
阅读(206)
评论(0)
推荐(0)
摘要:
public class SqlMyDataSource implements DataSource{ private static SqlMyDataSource instance = new SqlMyDataSource(); private SqlMyDataSource() { } pub 阅读全文
posted @ 2021-06-18 15:11
QQ273999072
阅读(94)
评论(0)
推荐(0)

浙公网安备 33010602011771号