org.mule.module.db.internal.result.statement
Class AbstractStreamingResultSetCloser
java.lang.Object
org.mule.module.db.internal.result.statement.AbstractStreamingResultSetCloser
- All Implemented Interfaces:
- StreamingResultSetCloser
- Direct Known Subclasses:
- SingleResultResultSetCloser, StatementStreamingResultSetCloser
public class AbstractStreamingResultSetCloser
- extends Object
- implements StreamingResultSetCloser
Base class for implementing StreamingResultSetCloser
|
Field Summary |
protected static org.apache.commons.logging.Log |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final org.apache.commons.logging.Log logger
AbstractStreamingResultSetCloser
public AbstractStreamingResultSetCloser()
close
public void close(DbConnection connection,
ResultSet resultSet)
- Specified by:
close in interface StreamingResultSetCloser
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.