org.mule.module.db.internal.domain.logger
Class DebugBulkQueryLogger
java.lang.Object
org.mule.module.db.internal.domain.logger.AbstractDebugQueryLogger
org.mule.module.db.internal.domain.logger.DebugBulkQueryLogger
- All Implemented Interfaces:
- BulkQueryLogger, QueryLogger
public class DebugBulkQueryLogger
- extends AbstractDebugQueryLogger
- implements BulkQueryLogger
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.mule.module.db.internal.domain.logger.QueryLogger |
logQuery |
DebugBulkQueryLogger
public DebugBulkQueryLogger(org.apache.commons.logging.Log logger)
addQuery
public void addQuery(String query)
- Description copied from interface:
BulkQueryLogger
- Adds a new query to log
- Specified by:
addQuery in interface BulkQueryLogger
- Parameters:
query - query added to the bulk
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.