org.mule.module.db.internal.domain.logger
Class NullBulkQueryLogger
java.lang.Object
org.mule.module.db.internal.domain.logger.AbstractNullQueryLogger
org.mule.module.db.internal.domain.logger.NullBulkQueryLogger
- All Implemented Interfaces:
- BulkQueryLogger, QueryLogger
public class NullBulkQueryLogger
- extends AbstractNullQueryLogger
- implements BulkQueryLogger
Null implementation of 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 |
NullBulkQueryLogger
public NullBulkQueryLogger()
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.