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,
List<ParameterType> types)
Resolves actual parameter types
|
public QueryParamTypeResolver(DbTypeManager dbTypeManager)
public Map<Integer,DbType> getParameterTypes(DbConnection connection, QueryTemplate queryTemplate, List<ParameterType> types) throws SQLException
ParamTypeResolvergetParameterTypes in interface ParamTypeResolverconnection - database connection to resolve against toqueryTemplate - query template containing UNKNOWN parameter typestypes - the parameter types bounded to the performing querySQLException - if this method is invoked on a closed connectionCopyright © 2024. All rights reserved.