dbo CRUD first iter
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.reliancy.dbo;
|
||||
|
||||
import java.io.Closeable;
|
||||
import java.util.Iterator;
|
||||
/** Iterator interface suitable for dbo resultsets.
|
||||
*
|
||||
*/
|
||||
public interface SiphonIterator<T> extends Iterator<T>, Closeable {
|
||||
}
|
||||
Reference in New Issue
Block a user