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)
Resolves actual parameter types
|
Map<Integer,DbType> getParameterTypes(DbConnection connection, QueryTemplate queryTemplate) throws SQLException
connection - database connection to resolve against toqueryTemplate - query template containing UNKNOWN parameter typesSQLException - if this method is invoked on a closed connectionUnknownDbTypeException - when an invalid data type is usedCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.