Interface SelectQuery<T,P>

All Known Implementing Classes:
SelectQueryImpl

public interface SelectQuery<T,P>
Created by aroger on 08/11/2016.
  • Method Summary

    Modifier and Type
    Method
    Description
    <C extends org.simpleflatmapper.util.CheckedConsumer<? super T>>
    C
    read(Connection connection, P p, C consumer)
     
    readFirst(Connection connection, P p)