public interface CloseableSpliterator<T> extends Spliterator<T>, AutoCloseable
NOTE: You must call AutoCloseable.close()
method when you are done otherwise the underlying SQL
statement and connection may be kept open.
Spliterator.OfDouble, Spliterator.OfInt, Spliterator.OfLong, Spliterator.OfPrimitive<T,T_CONS,T_SPLITR extends Spliterator.OfPrimitive<T,T_CONS,T_SPLITR>>
CONCURRENT, DISTINCT, IMMUTABLE, NONNULL, ORDERED, SIZED, SORTED, SUBSIZED
Modifier and Type | Method and Description |
---|---|
void |
closeQuietly()
Close any underlying SQL statements but swallow any SQLExceptions.
|
characteristics, estimateSize, forEachRemaining, getComparator, getExactSizeIfKnown, hasCharacteristics, tryAdvance, trySplit
close
This documentation is licensed by Gray Watson under the Creative Commons Attribution-Share Alike 3.0 License.