public interface ResultSetConsumer<T>
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T object) |
T |
apply(ResultSet rs) |
T apply(ResultSet rs) throws SQLException
SQLExceptionvoid accept(T object)
Copyright © 2013–2018 Alibaba Group. All rights reserved.