java.lang.Object
org.simpleflatmapper.jdbc.impl.SelectQueryImpl<T,P>
- All Implemented Interfaces:
SelectQuery<T,P>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<C extends org.simpleflatmapper.util.CheckedConsumer<? super T>>
Cread(Connection connection, P p, C consumer) readFirst(Connection connection, P p)
-
Constructor Details
-
SelectQueryImpl
-
-
Method Details
-
readFirst
- Specified by:
readFirstin interfaceSelectQuery<T,P> - Throws:
SQLException
-
read
public <C extends org.simpleflatmapper.util.CheckedConsumer<? super T>> C read(Connection connection, P p, C consumer) throws SQLException - Specified by:
readin interfaceSelectQuery<T,P> - Throws:
SQLException
-