Uses of Interface
org.springframework.jdbc.core.SqlProvider

Packages that use SqlProvider
org.springframework.jdbc.core Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. 
 

Uses of SqlProvider in org.springframework.jdbc.core
 

Classes in org.springframework.jdbc.core that implement SqlProvider
protected static class JdbcTemplate.SimpleCallableStatementCreator
          Simple adapter for CallableStatementCreator, allowing to use a plain SQL statement.
protected static class JdbcTemplate.SimplePreparedStatementCreator
          Simple adapter for PreparedStatementCreator, allowing to use a plain SQL statement.
 



Copyright (C) 2003-2004 The Spring Framework Project.