Uses of Package
org.springframework.jdbc

Packages that use org.springframework.jdbc
org.springframework.jdbc.core Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects.  
org.springframework.jdbc.core.support Classes supporting the org.springframework.jdbc.core package.  
org.springframework.jdbc.datasource Provides a utility class for easy DataSource access, a PlatformTransactionManager for a single DataSource, and various simple DataSource implementations.  
 

Classes in org.springframework.jdbc used by org.springframework.jdbc.core
SQLWarningException
          Exception thrown when we're not ignoring warnings.
 

Classes in org.springframework.jdbc used by org.springframework.jdbc.core.support
CannotCloseJdbcConnectionException
          Exception thrown when we successfully executed a SQL statement, but then failed to close the JDBC connection.
CannotGetJdbcConnectionException
          Fatal exception thrown when we can't connect to an RDBMS using JDBC.
 

Classes in org.springframework.jdbc used by org.springframework.jdbc.datasource
CannotCloseJdbcConnectionException
          Exception thrown when we successfully executed a SQL statement, but then failed to close the JDBC connection.
CannotGetJdbcConnectionException
          Fatal exception thrown when we can't connect to an RDBMS using JDBC.
 



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