| Package | Description | 
|---|---|
| com.codelanx.commons.data | 
| Modifier and Type | Method and Description | 
|---|---|
default SQLConsumer<T> | 
SQLConsumer.andThen(Consumer<? super T> after)
Returns a composed  
Consumer that performs, in sequence, this
 operation followed by the after operation. | 
| Modifier and Type | Method and Description | 
|---|---|
default SQLResponse | 
SQLDataType.query(SQLConsumer<? super ResultSet> oper,
     String sql,
     Object... params)
Executes a query, and applies the resulting  
ResultSet to the
 passed SQLConsumer | 
Copyright © 2017. All rights reserved.