org.sfm.utils
public interface ForEachIterator<T>
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(RowHandler<? super T> rowHandler) |
boolean |
next(RowHandler<? super T> rowHandler) |
boolean next(RowHandler<? super T> rowHandler) throws Exception
Exceptionvoid forEach(RowHandler<? super T> rowHandler) throws Exception
ExceptionCopyright © 2015. All rights reserved.