org.mule.module.db.internal.result.statement
Class AbstractStreamingResultSetCloser

java.lang.Object
  extended by 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
           
 
Constructor Summary
AbstractStreamingResultSetCloser()
           
 
Method Summary
 void close(DbConnection connection, ResultSet resultSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final org.apache.commons.logging.Log logger
Constructor Detail

AbstractStreamingResultSetCloser

public AbstractStreamingResultSetCloser()
Method Detail

close

public void close(DbConnection connection,
                  ResultSet resultSet)
Specified by:
close in interface StreamingResultSetCloser


Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.