Uses of Interface
com.alibaba.druid.util.ResultSetConsumer
-
Packages that use ResultSetConsumer Package Description com.alibaba.druid.util -
-
Uses of ResultSetConsumer in com.alibaba.druid.util
Methods in com.alibaba.druid.util with parameters of type ResultSetConsumer Modifier and Type Method Description static <T> voidJdbcUtils. executeQuery(DataSource dataSource, ResultSetConsumer<T> consumer, String sql, Object... parameters)
-