Package org.sql2o

Interface ResultSetHandler<T>

Type Parameters:
T - the type of the objects that this handler will return

public interface ResultSetHandler<T>
User: dimzon Date: 4/7/14 Time: 12:01 AM
  • Method Summary

    Modifier and Type
    Method
    Description
    handle(ResultSet resultSet)