Package com.alibaba.druid.stat.JdbcResultSetStat

Examples of com.alibaba.druid.stat.JdbcResultSetStat.Entry


    @Override
    protected void resultSetOpenAfter(ResultSetProxy resultSet) {
        resultSetStat.beforeOpen();
        dataSourceStat.getResultSetStat().beforeOpen();

        JdbcResultSetStat.Entry rsStatEntry = new Entry();

        resultSet.getAttributes().put(ATTR_NAME_RESULT_SET_STAT, rsStatEntry);

        // super.resultSetOpenAfter(resultSet);
    }
View Full Code Here

TOP

Related Classes of com.alibaba.druid.stat.JdbcResultSetStat.Entry

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.