public interface QueryResolver<T extends StatementDefinition>
Query| Modifier and Type | Method and Description |
|---|---|
Query |
resolve(T statementDefinition,
AbstractDbConnector connector,
DbConnection connection,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper,
com.github.benmanes.caffeine.cache.Cache<String,QueryTemplate> queryTemplates)
Resolves a query
|
Query resolve(T statementDefinition, AbstractDbConnector connector, DbConnection connection, org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper, com.github.benmanes.caffeine.cache.Cache<String,QueryTemplate> queryTemplates) throws QueryResolutionException
statementDefinition - connector - connection - connection to the database. not nullstreamingHelper - QueryResolutionExceptionCopyright © 2022. All rights reserved.