Generated by
JDiff

Interface org.springframework.jdbc.core.namedparam.SqlParameterSource

Added Methods
String[] getParameterNames() Extract all available parameter names if possible.
 

Changed Methods
int getSqlType(String) Changed from abstract to non-abstract. Determine the SQL type for the specified named parameter.
String getTypeName(String) Changed from abstract to non-abstract. Determine the type name for the specified named parameter.