public interface QueryResolver
| Modifier and Type | Method and Description |
|---|---|
Query |
resolve(DbConnection connection,
MuleEvent muleEvent)
Resolves a query in the context of a given Mule event.
|
Query resolve(DbConnection connection, MuleEvent muleEvent) throws QueryResolutionException
connection - connection to the database. not nullmuleEvent - used to resolve any Mule expression. Not nullQueryResolutionExceptionCopyright © 2003–2022 MuleSoft, Inc.. All rights reserved.