Uses of Class
com.alibaba.druid.pool.DruidPooledStatement
-
Packages that use DruidPooledStatement Package Description com.alibaba.druid.pool -
-
Uses of DruidPooledStatement in com.alibaba.druid.pool
Subclasses of DruidPooledStatement in com.alibaba.druid.pool Modifier and Type Class Description classDruidPooledCallableStatementclassDruidPooledPreparedStatementMethods in com.alibaba.druid.pool that return DruidPooledStatement Modifier and Type Method Description DruidPooledStatementDruidPooledResultSet. getPoolableStatement()Methods in com.alibaba.druid.pool with parameters of type DruidPooledStatement Modifier and Type Method Description voidDruidConnectionHolder. addTrace(DruidPooledStatement stmt)voidDruidConnectionHolder. removeTrace(DruidPooledStatement stmt)Constructors in com.alibaba.druid.pool with parameters of type DruidPooledStatement Constructor Description DruidPooledResultSet(DruidPooledStatement stmt, ResultSet rs)
-