Uses of Class
com.appslandia.common.jdbc.ResultSetImpl
-
Packages that use ResultSetImpl Package Description com.appslandia.common.jdbc -
-
Uses of ResultSetImpl in com.appslandia.common.jdbc
Methods in com.appslandia.common.jdbc that return ResultSetImpl Modifier and Type Method Description ResultSetImplStatementImpl. executeQuery()ResultSetImplStatementImpl. executeQuery(String sql)Methods in com.appslandia.common.jdbc with parameters of type ResultSetImpl Modifier and Type Method Description static <T> List<T>JdbcUtils. executeList(ResultSetImpl rs, ResultSetMapper<T> mapper, List<T> list)static <K,V>
Map<K,V>JdbcUtils. executeMap(ResultSetImpl rs, ResultSetMapper<K> keyMapper, ResultSetMapper<V> valueMapper, Map<K,V> map)static <T> TJdbcUtils. executeSingle(ResultSetImpl rs, ResultSetMapper<T> mapper)voidResultSetHandler. handle(ResultSetImpl rs)TResultSetMapper. map(ResultSetImpl rs)
-