public interface ParamTypeResolver
QueryTemplate actual parameter types for a given DbConnection| Modifier and Type | Method and Description |
|---|---|
Map<Integer,DbType> |
getParameterTypes(DbConnection connection,
QueryTemplate queryTemplate,
List<ParameterType> parameterTypes)
Resolves actual parameter types
|
Map<Integer,DbType> getParameterTypes(DbConnection connection, QueryTemplate queryTemplate, List<ParameterType> parameterTypes) throws SQLException
connection - database connection to resolve against toqueryTemplate - query template containing UNKNOWN parameter typesparameterTypes - the parameter types bounded to the performing querySQLException - if this method is invoked on a closed connectionUnknownDbTypeException - when an invalid data type is usedCopyright © 2025. All rights reserved.