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