public interface StreamingResultSetCloser
ResultSet that was processed in streaming mode| Modifier and Type | Method and Description |
|---|---|
void |
close(DbConnection connection,
ResultSet resultSet)
Closes the given
resultset. |
void close(DbConnection connection, ResultSet resultSet)
resultset. It also must invoke DbConnection.endStreaming() and
DbConnection.release() even if the operation failsconnection - the connection to the DBresultSet - the ResultSetCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.