Package com.alibaba.druid.support.monitor.dao

Examples of com.alibaba.druid.support.monitor.dao.MonitorDaoJdbcImpl


    protected void tearDown() throws Exception {
        JdbcUtils.close(dataSource);
    }

    public void testBuildSql() throws Exception {
        MonitorDaoJdbcImpl dao = new MonitorDaoJdbcImpl();
        dao.setDataSource(dataSource);

//        System.out.println(buildCreateSql(dao, new BeanInfo(WallProviderStatValue.class)));
//        System.out.println(buildCreateSql(dao, new BeanInfo(WallSqlStatValue.class)));
//        System.out.println(buildCreateSql(dao, new BeanInfo(WallTableStatValue.class)));
//        System.out.println(buildCreateSql(dao, new BeanInfo(WallFunctionStatValue.class)));
View Full Code Here

TOP

Related Classes of com.alibaba.druid.support.monitor.dao.MonitorDaoJdbcImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.