| Package | Description |
|---|---|
| org.mule.module.db.internal.resolver.param |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultParamTypeResolver
Resolves unknown and dynamic types using metadata if possible
|
class |
QueryParamTypeResolver
Resolves parameter types for standard queries
|
class |
StoredProcedureParamTypeResolver
Resolves parameter types for stored procedure queries
|
| Modifier and Type | Method and Description |
|---|---|
ParamTypeResolver |
GenericParamTypeResolverFactory.create(QueryTemplate queryTemplate) |
ParamTypeResolver |
ParamTypeResolverFactory.create(QueryTemplate queryTemplate)
Creates a new parameter type resolver to resolve the parameter types
of a given query template.
|
| Constructor and Description |
|---|
DefaultParamTypeResolver(DbTypeManager dbTypeManager,
ParamTypeResolver metadataParamTypeResolver) |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.