public abstract class AbstractSingleQueryDbMessageProcessor extends AbstractDbMessageProcessor
dbConfigResolverlogger, muleContext, next, notificationHandlerPHASE_NAMEPROPERTY_NAME| Constructor and Description |
|---|
AbstractSingleQueryDbMessageProcessor(DbConfigResolver dbConfigResolver,
QueryResolver queryResolver,
TransactionalAction transactionalAction) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Object |
doExecuteQuery(DbConnection connection,
Query query) |
protected Object |
executeQuery(DbConnection connection,
MuleEvent muleEvent) |
protected List<FieldDebugInfo<?>> |
getMessageProcessorDebugInfo(DbConnection connection,
MuleEvent muleEvent) |
getDebugInfo, getInputMetaData, getOutputMetaData, getQueryMetadataProvider, getSource, getTarget, getValidQueryTypes, initialise, mustCloseConnection, process, resolveSource, setQueryMetadataProvider, setSource, setStatementStreamingResultSetCloser, setTarget, validateQueryTypeaddMessageProcessorPathElements, getListener, getMuleContext, isEventValid, processNext, setListener, setMuleContext, toStringgetAnnotation, getAnnotations, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetListenerpublic AbstractSingleQueryDbMessageProcessor(DbConfigResolver dbConfigResolver, QueryResolver queryResolver, TransactionalAction transactionalAction)
protected Object executeQuery(DbConnection connection, MuleEvent muleEvent) throws SQLException
executeQuery in class AbstractDbMessageProcessorSQLExceptionprotected abstract Object doExecuteQuery(DbConnection connection, Query query) throws SQLException
SQLExceptionprotected List<FieldDebugInfo<?>> getMessageProcessorDebugInfo(DbConnection connection, MuleEvent muleEvent)
getMessageProcessorDebugInfo in class AbstractDbMessageProcessorCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.