The Spring Framework

Uses of Class
org.springframework.jdbc.core.namedparam.ParsedSql

Packages that use ParsedSql
org.springframework.jdbc.core.namedparam JdbcTemplate variant with named parameter support. 
 

Uses of ParsedSql in org.springframework.jdbc.core.namedparam
 

Methods in org.springframework.jdbc.core.namedparam that return ParsedSql
(package private) static ParsedSql NamedParameterUtils.parseSqlStatement(String sql)
          Parse the SQL statement and locate any placeholders or named parameters.
 

Methods in org.springframework.jdbc.core.namedparam with parameters of type ParsedSql
(package private) static int[] NamedParameterUtils.buildSqlTypeArray(ParsedSql parsedSql, SqlParameterSource paramSource)
          Convert a Map of parameter types to a corresponding int array.
(package private) static Object[] NamedParameterUtils.buildValueArray(ParsedSql parsedSql, SqlParameterSource paramSource)
          Convert a Map of named parameter values to a corresponding array.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.