@FunctionalInterface public interface ResultSetProcessHandler<T>
| Modifier and Type | Method and Description |
|---|---|
default void |
end(boolean noDataPermission,
int length,
Exception e) |
void |
process(int index,
T t,
ResultSet resultSet) |
default void |
start() |
Copyright © 2025. All rights reserved.