public class QueryParamTypeResolver extends Object implements ParamTypeResolver
Constructor and Description |
---|
QueryParamTypeResolver(DbTypeManager dbTypeManager) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,DbType> |
getParameterTypes(DbConnection connection,
QueryTemplate queryTemplate)
Resolves actual parameter types
|
public QueryParamTypeResolver(DbTypeManager dbTypeManager)
public Map<Integer,DbType> getParameterTypes(DbConnection connection, QueryTemplate queryTemplate) throws SQLException
ParamTypeResolver
getParameterTypes
in interface ParamTypeResolver
connection
- database connection to resolve against toqueryTemplate
- query template containing UNKNOWN parameter typesSQLException
- if this method is invoked on a closed connectionCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.