public class AbstractStreamingResultSetCloser extends Object implements StreamingResultSetCloser
StreamingResultSetCloser| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOGGER |
| Constructor and Description |
|---|
AbstractStreamingResultSetCloser() |
AbstractStreamingResultSetCloser(boolean autoClose) |
| Modifier and Type | Method and Description |
|---|---|
void |
close(DbConnection connection,
ResultSet resultSet)
Closes the given
resultset. |
public AbstractStreamingResultSetCloser()
public AbstractStreamingResultSetCloser(boolean autoClose)
public void close(DbConnection connection, ResultSet resultSet)
StreamingResultSetCloserresultset. It also must invoke DbConnection.endStreaming() and
DbConnection.release() even if the operation failsclose in interface StreamingResultSetCloserconnection - the connection to the DBresultSet - the ResultSetCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.