public class DBReportMediator extends AbstractDBMediator
| Modifier and Type | Field and Description |
|---|---|
static String |
MODIFIED_ROW_COUNT_PROP_NAME |
log, trace, traceState| Constructor and Description |
|---|
DBReportMediator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isUseTransaction() |
protected void |
processStatement(Statement stmnt,
MessageContext msgCtx)
Subclasses must specify how each SQL statement is processed
|
void |
setUseTransaction(boolean useTransaction) |
addDataSourceProperty, addDataSourceProperty, addStatement, createCustomDataSource, destroy, getDataSource, getDataSourceProps, getDbPoolView, getDSName, getPreparedStatement, getStatementList, handleException, init, isRegistryBasedDriverConfig, isRegistryBasedPassConfig, isRegistryBasedUrlConfig, isRegistryBasedUserConfig, mediate, setDataSource, setDataSourceInformation, setDataSourceName, setDbPoolView, setJndiProperties, setRegistryBasedDriverConfig, setRegistryBasedPassConfig, setRegistryBasedUrlConfig, setRegistryBasedUserConfigauditLog, auditWarn, configure, disableStatistics, disableTracing, divertMediationRoute, enableStatistics, enableTracing, getAspectConfiguration, getCommentsList, getDescription, getInputType, getLastSequenceFaultHandler, getLog, getMediatorName, getMediatorPosition, getOutputType, getRegisteredMediationFlowPoint, getShortDescription, getTraceState, getType, handleException, handleException, isBreakPoint, isContentAltering, isContentAware, isSkipEnabled, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, isTracingEnabled, registerMediationFlowPoint, reportCloseStatistics, reportOpenStatistics, setBreakPoint, setCommentsList, setComponentStatisticsId, setDescription, setEffectiveTraceState, setMediatorPosition, setShortDescription, setSkipEnabled, setTraceState, shouldCaptureTracing, shouldTrace, shouldTrace, traceOrDebug, traceOrDebugWarn, unregisterMediationFlowPointpublic static final String MODIFIED_ROW_COUNT_PROP_NAME
public boolean isUseTransaction()
public void setUseTransaction(boolean useTransaction)
protected void processStatement(Statement stmnt, MessageContext msgCtx)
AbstractDBMediatorprocessStatement in class AbstractDBMediatorstmnt - the SQL statementmsgCtx - current messageCopyright © 2005–2024 Apache Software Foundation. All rights reserved.