Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.jdbc Classes and Interfaces - 223 results found.
NameDescriptionTypePackageFramework
AbstractColumnMaxValueIncrementerAbstract base class for DataFieldMaxValueIncrementer implementations that usea column in a custom sequence table.Classorg.springframework.jdbc.support.incrementerSpring MVC
AbstractDataFieldMaxValueIncrementerBase implementation of DataFieldMaxValueIncrementer that delegatesto a single getNextKey() template method that returns a long.Classorg.springframework.jdbc.support.incrementerSpring MVC
AbstractDataSourceAbstract base class for Spring's DataSource'Padding' in the context of this class means default implementationsClassorg.springframework.jdbc.datasourceSpring MVC
AbstractDriverBasedDataSourceAbstract base class for JDBC DataSource implementationsthat operate on a JDBC Driver.Classorg.springframework.jdbc.datasourceSpring MVC
AbstractFallbackSQLExceptionTranslatorBase class for SQLExceptionTranslator implementations that allow forfallback to some other SQLExceptionTranslator.Classorg.springframework.jdbc.supportSpring MVC
AbstractIdentityColumnMaxValueIncrementerAbstract base class for DataFieldMaxValueIncrementer implementationswhich are based on identity columns in a sequence-like table.Classorg.springframework.jdbc.support.incrementerSpring MVC
AbstractInterruptibleBatchPreparedStatementSetterAbstract implementation of the InterruptibleBatchPreparedStatementSetterinterface, combining the check for available values and setting of thoseClassorg.springframework.jdbc.core.supportSpring MVC
AbstractJdbcCallAbstract class to provide base functionality for easy stored procedure callsbased on configuration options and database metadata.Classorg.springframework.jdbc.core.simpleSpring MVC
AbstractJdbcInsertAbstract class to provide base functionality for easy insertsbased on configuration options and database metadata.Classorg.springframework.jdbc.core.simpleSpring MVC
AbstractLobCreatingPreparedStatementCallbackAbstract PreparedStatementCallback implementation that manages a LobCreator.Classorg.springframework.jdbc.core.supportSpring MVC
AbstractLobHandlerAbstract base class for LobHandler implementations.Classorg.springframework.jdbc.support.lobSpring MVC
AbstractLobStreamingResultSetExtractorAbstract ResultSetExtractor implementation that assumes streaming of LOB data.Classorg.springframework.jdbc.core.supportSpring MVC
AbstractRoutingDataSourceAbstract DataSource implementation that routes getConnection()calls to one of various target DataSources based on a lookup key.Classorg.springframework.jdbc.datasource.lookupSpring MVC
AbstractSequenceMaxValueIncrementerAbstract base class for DataFieldMaxValueIncrementer implementations that usea database sequence.Classorg.springframework.jdbc.support.incrementerSpring MVC
AbstractSqlParameterSourceAbstract base class for SqlParameterSource implementations.Classorg.springframework.jdbc.core.namedparamSpring MVC
AbstractSqlTypeValueAbstract implementation of the SqlTypeValue interface, for convenientcreation of type values that are supposed to be passed into theClassorg.springframework.jdbc.core.supportSpring MVC
ArgumentPreparedStatementSetterSimple adapter for PreparedStatementSetter that applies a given array of arguments.Classorg.springframework.jdbc.coreSpring MVC
ArgumentTypePreparedStatementSetterSimple adapter for PreparedStatementSetter that appliesgiven arrays of arguments and JDBC argument types.Classorg.springframework.jdbc.coreSpring MVC
BadSqlGrammarExceptionException thrown when SQL specified is invalid.Classorg.springframework.jdbcSpring MVC
BatchPreparedStatementSetterBatch update callback interface used by the JdbcTemplate class.Interfaceorg.springframework.jdbc.coreSpring MVC
BatchSqlUpdateSqlUpdate subclass that performs batch update operations.Classorg.springframework.jdbc.objectSpring MVC
BatchUpdateUtilsGeneric utility methods for working with JDBC batch statements.Classorg.springframework.jdbc.coreSpring MVC
BeanFactoryDataSourceLookupDataSourceLookup implementation based on a Spring BeanFactory.Classorg.springframework.jdbc.datasource.lookupSpring MVC
BeanPropertyRowMapperRowMapper implementation that converts a row into a new instanceof the specified mapped target class.Classorg.springframework.jdbc.coreSpring MVC
BeanPropertySqlParameterSourceSqlParameterSource implementation that obtains parameter valuesfrom bean properties of a given JavaBean object.Classorg.springframework.jdbc.core.namedparamSpring MVC
C3P0NativeJdbcExtractorC3P0 connection pool.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
CallableStatementCallbackGeneric callback interface for code that operates on a CallableStatement.Interfaceorg.springframework.jdbc.coreSpring MVC
CallableStatementCreatorOne of the three central callback interfaces used by the JdbcTemplate class.Interfaceorg.springframework.jdbc.coreSpring MVC
CallableStatementCreatorFactoryHelper class that efficiently creates multiple CallableStatementCreatorobjects with different parameters based on a SQL statement and a singleClassorg.springframework.jdbc.coreSpring MVC
CallMetaDataContextClass to manage context metadata used for the configuration and execution of the call.Classorg.springframework.jdbc.core.metadataSpring MVC
CallMetaDataProviderInterface specifying the API to be implemented by a class providing call metadata.Interfaceorg.springframework.jdbc.core.metadataSpring MVC
CallMetaDataProviderFactoryFactory used to create a CallMetaDataProvider implementationbased on the type of database being used.Classorg.springframework.jdbc.core.metadataSpring MVC
CallParameterMetaDataHolder of metadata for a specific parameter that is used for call processing.Classorg.springframework.jdbc.core.metadataSpring MVC
CannotGetJdbcConnectionExceptionFatal exception thrown when we can't connect to an RDBMS using JDBC.Classorg.springframework.jdbcSpring MVC
CannotReadScriptExceptionThrown by ScriptUtils if an SQL script cannot be read.Classorg.springframework.jdbc.datasource.initSpring MVC
ColumnMapRowMapperRowMapper implementation that creates a java.Classorg.springframework.jdbc.coreSpring MVC
CommonsDbcpNativeJdbcExtractorApache Commons DBCP connection pool, version 1.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
CompositeDatabasePopulatorDatabasePopulator implementation that delegates to a list of otherDatabasePopulator implementations, executing all scripts.Classorg.springframework.jdbc.datasource.initSpring MVC
ConnectionCallbackGeneric callback interface for code that operates on a JDBC Connection.Interfaceorg.springframework.jdbc.coreSpring MVC
ConnectionHandleSimple interface to be implemented by handles for a JDBC Connection.Interfaceorg.springframework.jdbc.datasourceSpring MVC
ConnectionHolderConnection holder, wrapping a JDBC Connection.Classorg.springframework.jdbc.datasourceSpring MVC
ConnectionPropertiesConnectionProperties serves as a simple data container that allowsessential JDBC connection properties to be configured consistently,Interfaceorg.springframework.jdbc.datasource.embeddedSpring MVC
ConnectionProxySubinterface of Connection to be implemented byConnection proxies.Interfaceorg.springframework.jdbc.datasourceSpring MVC
CustomSQLErrorCodesTranslationJavaBean for holding custom JDBC error codes translation for a particulardatabase.Classorg.springframework.jdbc.supportSpring MVC
CustomSQLExceptionTranslatorRegistrarRegistry for registering custom SQLExceptionTranslatorinstances for specific databases.Classorg.springframework.jdbc.supportSpring MVC
CustomSQLExceptionTranslatorRegistryRegistry for custom SQLExceptionTranslator instances associated withspecific databases allowing for overriding translation based on values contained in the configuration fileClassorg.springframework.jdbc.supportSpring MVC
DatabaseMetaDataCallbackA callback interface used by the JdbcUtils class.Interfaceorg.springframework.jdbc.supportSpring MVC
DatabasePopulatorStrategy used to populate, initialize, or clean up a database.Interfaceorg.springframework.jdbc.datasource.initSpring MVC
DatabasePopulatorUtilsUtility methods for executing a DatabasePopulator.Classorg.springframework.jdbc.datasource.initSpring MVC
DatabaseStartupValidatorBean that checks if a database has already started up.Classorg.springframework.jdbc.supportSpring MVC
DataFieldMaxValueIncrementerInterface that defines contract of incrementing any data store field'smaximum value.Interfaceorg.springframework.jdbc.support.incrementerSpring MVC
DataSourceFactoryDataSourceFactory encapsulates the creation of a particularDataSource implementation such as aInterfaceorg.springframework.jdbc.datasource.embeddedSpring MVC
DataSourceInitializerUsed to set up a database duringinitialization and clean up a database duringClassorg.springframework.jdbc.datasource.initSpring MVC
DataSourceLookupStrategy interface for looking up DataSources by name.Interfaceorg.springframework.jdbc.datasource.lookupSpring MVC
DataSourceLookupFailureExceptionException to be thrown by a DataSourceLookup implementation,indicating that the specified DataSource could not be obtained.Classorg.springframework.jdbc.datasource.lookupSpring MVC
DataSourceTransactionManagerPlatformTransactionManagercapable of working in any environment with any JDBC driver, as long as the setupClassorg.springframework.jdbc.datasourceSpring MVC
DataSourceUtilsHelper class that provides static methods for obtaining JDBC Connections froma DataSource.Classorg.springframework.jdbc.datasourceSpring MVC
Db2CallMetaDataProviderDB2 specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
DB2MainframeSequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given sequenceon DB2/390 or DB2/400.Classorg.springframework.jdbc.support.incrementerSpring MVC
DB2SequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given sequenceon DB2 UDB (for Unix and Windows).Classorg.springframework.jdbc.support.incrementerSpring MVC
DefaultLobHandlerDefault implementation of the LobHandler interface.Classorg.springframework.jdbc.support.lobSpring MVC
DelegatingDataSourceJDBC DataSource implementation that delegates all callsto a given target DataSource.Classorg.springframework.jdbc.datasourceSpring MVC
DerbyCallMetaDataProviderDerby specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
DerbyMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given Derby tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
DerbyTableMetaDataProviderThe Derby specific implementation of the TableMetaDataProvider.Classorg.springframework.jdbc.core.metadataSpring MVC
DisposableSqlTypeValueSubinterface of SqlTypeValue that adds a cleanup callback,to be invoked after the value has been set and the correspondingInterfaceorg.springframework.jdbc.coreSpring MVC
DriverManagerDataSourceSimple implementation of the standard JDBC DataSource interface,configuring the plain old JDBC DriverManager via bean properties, andClassorg.springframework.jdbc.datasourceSpring MVC
EmbeddedDatabaseEmbeddedDatabase serves as a handle to an embedded database instance.Interfaceorg.springframework.jdbc.datasource.embeddedSpring MVC
EmbeddedDatabaseBuilderA builder that provides a convenient API for constructing an embedded database.Classorg.springframework.jdbc.datasource.embeddedSpring MVC
EmbeddedDatabaseConfigurerEmbeddedDatabaseConfigurer encapsulates the configuration required tocreate, connect to, and shut down a specific type of embedded database such asInterfaceorg.springframework.jdbc.datasource.embeddedSpring MVC
EmbeddedDatabaseFactoryFactory for creating an EmbeddedDatabase instance.Classorg.springframework.jdbc.datasource.embeddedSpring MVC
EmbeddedDatabaseFactoryBeanA subclass of EmbeddedDatabaseFactory that implements FactoryBeanfor registration as a Spring bean.Classorg.springframework.jdbc.datasource.embeddedSpring MVC
EmbeddedDatabaseTypeenum EmbeddedDatabaseTypeA supported embedded database type.Classorg.springframework.jdbc.datasource.embeddedSpring MVC
EmptySqlParameterSourceA simple empty implementation of the SqlParameterSource interface.Classorg.springframework.jdbc.core.namedparamSpring MVC
GeneratedKeyHolderDefault implementation of the KeyHolder interface, to be used forholding auto-generated keys (as potentially returned by JDBC insert statements).Classorg.springframework.jdbc.supportSpring MVC
GenericCallMetaDataProviderGeneric implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
GenericSqlQueryClassorg.springframework.jdbc.objectSpring MVC
GenericStoredProcedureConcrete implementation making it possible to define the RDBMS stored proceduresin an application context without writing a custom Java implementation class.Classorg.springframework.jdbc.objectSpring MVC
GenericTableMetaDataProviderA generic implementation of the TableMetaDataProvider that should provideenough features for all supported databases.Classorg.springframework.jdbc.core.metadataSpring MVC
H2SequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given H2 Database sequence.Classorg.springframework.jdbc.support.incrementerSpring MVC
HanaCallMetaDataProviderSAP HANA specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
HsqlMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given HSQL tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
HsqlSequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given HSQL sequence.Classorg.springframework.jdbc.support.incrementerSpring MVC
HsqlTableMetaDataProviderThe HSQL specific implementation of TableMetaDataProvider.Classorg.springframework.jdbc.core.metadataSpring MVC
IncorrectResultSetColumnCountExceptionData access exception thrown when a result set did not have the correct column count,for example when expecting a single column but getting 0 or more than 1 columns.Classorg.springframework.jdbcSpring MVC
InterruptibleBatchPreparedStatementSetterExtension of the BatchPreparedStatementSetter interface,adding a batch exhaustion check.Interfaceorg.springframework.jdbc.coreSpring MVC
InvalidResultSetAccessExceptionException thrown when a ResultSet has been accessed in an invalid fashion.Classorg.springframework.jdbcSpring MVC
IsolationLevelDataSourceAdapterAn adapter for a target DataSource, applying the currentSpring transaction's isolation level (and potentially specified user credentials)Classorg.springframework.jdbc.datasourceSpring MVC
IsolationLevelDataSourceRouterDataSource that routes to one of various target DataSources based on thecurrent transaction isolation level.Classorg.springframework.jdbc.datasource.lookupSpring MVC
JBossNativeJdbcExtractorsupporting JBoss Application Server 3.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
Jdbc4NativeJdbcExtractorNativeJdbcExtractor implementation that delegates to JDBC 4.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
Jdbc4SqlXmlHandlerDefault implementation of the SqlXmlHandler interface.Classorg.springframework.jdbc.support.xmlSpring MVC
JdbcAccessorBase class for JdbcTemplate andother JDBC-accessing DAO helpers, defining common properties such asClassorg.springframework.jdbc.supportSpring MVC
JdbcBeanDefinitionReaderBean definition reader that reads values from a database table,based on a given SQL statement.Classorg.springframework.jdbc.core.supportSpring MVC
JdbcDaoSupportConvenient super class for JDBC-based data access objects.Classorg.springframework.jdbc.core.supportSpring MVC
JdbcNamespaceHandlerNamespaceHandler for JDBC configuration namespace.Classorg.springframework.jdbc.configSpring MVC
JdbcOperationsInterface specifying a basic set of JDBC operations.Interfaceorg.springframework.jdbc.coreSpring MVC
JdbcTemplateThis is the central class in the JDBC core package.Classorg.springframework.jdbc.coreSpring MVC
JdbcTransactionObjectSupportConvenient base class for JDBC-aware transaction objects.Classorg.springframework.jdbc.datasourceSpring MVC
JdbcUpdateAffectedIncorrectNumberOfRowsExceptionException thrown when a JDBC update affects an unexpected number of rows.Classorg.springframework.jdbcSpring MVC
JdbcUtilsGeneric utility methods for working with JDBC.Classorg.springframework.jdbc.supportSpring MVC
JndiDataSourceLookupJNDI-based DataSourceLookup implementation.Classorg.springframework.jdbc.datasource.lookupSpring MVC
JtaLobCreatorSynchronizationCallback for resource cleanup at the end of a JTA transaction.Classorg.springframework.jdbc.support.lobSpring MVC
KeyHolderInterface for retrieving keys, typically used for auto-generated keysas potentially returned by JDBC insert statements.Interfaceorg.springframework.jdbc.supportSpring MVC
LazyConnectionDataSourceProxyProxy for a target DataSource, fetching actual JDBC Connections lazily,i.Classorg.springframework.jdbc.datasourceSpring MVC
LobCreatorInterface that abstracts potentially database-specific creation of large binaryfields and large text fields.Interfaceorg.springframework.jdbc.support.lobSpring MVC
LobCreatorUtilsHelper class for registering a transaction synchronization for closinga LobCreator, preferring Spring transaction synchronization and fallingClassorg.springframework.jdbc.support.lobSpring MVC
LobHandlerAbstraction for handling large binary fields and large text fields inspecific databases, no matter if represented as simple types or Large OBjects.Interfaceorg.springframework.jdbc.support.lobSpring MVC
LobRetrievalFailureExceptionException to be thrown when a LOB could not be retrieved.Classorg.springframework.jdbcSpring MVC
MapDataSourceLookupSimple DataSourceLookup implementation that relies on a map for doing lookups.Classorg.springframework.jdbc.datasource.lookupSpring MVC
MappingSqlQueryReusable query in which concrete subclasses must implement the abstractmapRow(ResultSet, int) method to convert each row of the JDBC ResultSetClassorg.springframework.jdbc.objectSpring MVC
MappingSqlQueryWithParametersReusable RDBMS query in which concrete subclasses must implementthe abstract mapRow(ResultSet, int) method to map each row ofClassorg.springframework.jdbc.objectSpring MVC
MapSqlParameterSourceSqlParameterSource implementation that holds a given Map of parameters.Classorg.springframework.jdbc.core.namedparamSpring MVC
MetaDataAccessExceptionException indicating that something went wrong during JDBC metadata lookup.Classorg.springframework.jdbc.supportSpring MVC
MySQLMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given MySQL tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
NamedParameterBatchUpdateUtilsGeneric utility methods for working with JDBC batch statements using named parameters.Classorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterJdbcDaoSupportExtension of JdbcDaoSupport that exposes a NamedParameterJdbcTemplate as well.Classorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterJdbcOperationsInterface specifying a basic set of JDBC operations allowing the useof named parameters rather than the traditional '?' placeholders.Interfaceorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterJdbcTemplateTemplate class with a basic set of JDBC operations, allowing the useof named parameters rather than traditional '?' placeholders.Classorg.springframework.jdbc.core.namedparamSpring MVC
NamedParameterUtilsHelper methods for named parameter parsing.Classorg.springframework.jdbc.core.namedparamSpring MVC
NativeJdbcExtractorInterface for extracting native JDBC objects from wrapped objects coming fromconnection pools.Interfaceorg.springframework.jdbc.support.nativejdbcSpring MVC
NativeJdbcExtractorAdapterAbstract adapter class for the NativeJdbcExtractor interface,for simplified implementation of basic extractors.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
OracleCallMetaDataProviderOracle specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
OracleJdbc4NativeJdbcExtractorA Jdbc4NativeJdbcExtractor which comes pre-configured for Oracle's JDBC driver,specifying the following vendor-specific API types for unwrapping:Classorg.springframework.jdbc.support.nativejdbcSpring MVC
OracleLobHandlerLobHandler implementation for Oracle databases.Classorg.springframework.jdbc.support.lobSpring MVC
OracleLobHandler .LobCallbackInternal callback interface for use with createLob.Interfaceorg.springframework.jdbc.support.lob.OracleLobHandlerSpring MVC
OracleSequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given Oracle sequence.Classorg.springframework.jdbc.support.incrementerSpring MVC
OracleTableMetaDataProviderOracle-specific implementation of the TableMetaDataProvider.Classorg.springframework.jdbc.core.metadataSpring MVC
OutputStreamFactoryInternal helper for exposing dummy OutputStreams to embedded databasessuch as Derby, preventing the creation of a log file.Classorg.springframework.jdbc.datasource.embeddedSpring MVC
ParameterDisposerInterface to be implemented by objects that can close resourcesallocated by parameters like SqlLobValues.Interfaceorg.springframework.jdbc.coreSpring MVC
ParameterizedPreparedStatementSetterParameterized callback interface used by the JdbcTemplate class forThis interface sets values on a PreparedStatement providedInterfaceorg.springframework.jdbc.coreSpring MVC
ParameterMapperon the connection.Interfaceorg.springframework.jdbc.coreSpring MVC
ParsedSqlHolds information about a parsed SQL statement.Classorg.springframework.jdbc.core.namedparamSpring MVC
PostgresCallMetaDataProviderOracle specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
PostgreSQLSequenceMaxValueIncrementerDataFieldMaxValueIncrementer that retrieves the next value of a given PostgreSQL sequence.Classorg.springframework.jdbc.support.incrementerSpring MVC
PostgresTableMetaDataProviderThe PostgreSQL specific implementation of TableMetaDataProvider.Classorg.springframework.jdbc.core.metadataSpring MVC
PreparedStatementCallbackGeneric callback interface for code that operates on a PreparedStatement.Interfaceorg.springframework.jdbc.coreSpring MVC
PreparedStatementCreatorOne of the two central callback interfaces used by the JdbcTemplate class.Interfaceorg.springframework.jdbc.coreSpring MVC
PreparedStatementCreatorFactoryHelper class that efficiently creates multiple PreparedStatementCreatorobjects with different parameters based on a SQL statement and a singleClassorg.springframework.jdbc.coreSpring MVC
PreparedStatementSetterGeneral callback interface used by the JdbcTemplate class.Interfaceorg.springframework.jdbc.coreSpring MVC
RdbmsOperationAn RDBMS operation is a multi-threaded, reusable object representing a query,update, or stored procedure call.Classorg.springframework.jdbc.objectSpring MVC
ResourceDatabasePopulatorPopulates, initializes, or cleans up a database using SQL scripts defined inCall addScript(org.Classorg.springframework.jdbc.datasource.initSpring MVC
ResultSetExtractorCallback interface used by JdbcTemplate's query methods.Interfaceorg.springframework.jdbc.coreSpring MVC
ResultSetSupportingSqlParameterCommon base class for ResultSet-supporting SqlParameters likeSqlOutParameter and SqlReturnResultSet.Classorg.springframework.jdbc.coreSpring MVC
ResultSetWrappingSqlRowSetThe default implementation of Spring's SqlRowSet interface, wrapping aResultSet, catching any SQLExceptions and translatingClassorg.springframework.jdbc.support.rowsetSpring MVC
ResultSetWrappingSqlRowSetMetaDataThe default implementation of Spring's SqlRowSetMetaData interface, wrappinga ResultSetMetaData instance, catching any SQLExceptionsClassorg.springframework.jdbc.support.rowsetSpring MVC
RowCallbackHandlerAn interface used by JdbcTemplate for processing rows of aResultSet on a per-row basis.Interfaceorg.springframework.jdbc.coreSpring MVC
RowCountCallbackHandlerAn instance can only be used once.Classorg.springframework.jdbc.coreSpring MVC
RowMapperAn interface used by JdbcTemplate for mapping rows of aResultSet on a per-row basis.Interfaceorg.springframework.jdbc.coreSpring MVC
RowMapperResultSetExtractorAdapter implementation of the ResultSetExtractor interface that delegatesto a RowMapper which is supposed to create an object for each row.Classorg.springframework.jdbc.coreSpring MVC
ScriptExceptionRoot of the hierarchy of data access exceptions that are related to processingSince:4.Classorg.springframework.jdbc.datasource.initSpring MVC
ScriptParseExceptionThrown by ScriptUtils if an SQL script cannot be properly parsed.Classorg.springframework.jdbc.datasource.initSpring MVC
ScriptStatementFailedExceptionThrown by ScriptUtils if a statement in an SQL script failed whenexecuting it against the target database.Classorg.springframework.jdbc.datasource.initSpring MVC
ScriptUtilsGeneric utility methods for working with SQL scripts.Classorg.springframework.jdbc.datasource.initSpring MVC
SimpleConnectionHandleSimple implementation of the ConnectionHandle interface,containing a given JDBC Connection.Classorg.springframework.jdbc.datasourceSpring MVC
SimpleDriverDataSourceSimple implementation of the standard JDBC DataSource interface,configuring a plain old JDBC Driver via bean properties, andClassorg.springframework.jdbc.datasourceSpring MVC
SimpleJdbcCallA SimpleJdbcCall is a multi-threaded, reusable object representing a callto a stored procedure or a stored function.Classorg.springframework.jdbc.core.simpleSpring MVC
SimpleJdbcCallOperationsInterface specifying the API for a Simple JDBC Call implemented by SimpleJdbcCall.Interfaceorg.springframework.jdbc.core.simpleSpring MVC
SimpleJdbcInsertA SimpleJdbcInsert is a multi-threaded, reusable object providing easy insertcapabilities for a table.Classorg.springframework.jdbc.core.simpleSpring MVC
SimpleJdbcInsertOperationsInterface specifying the API for a Simple JDBC Insert implemented by SimpleJdbcInsert.Interfaceorg.springframework.jdbc.core.simpleSpring MVC
SimpleNativeJdbcExtractorA simple implementation of the NativeJdbcExtractor interface.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
SingleColumnRowMapperRowMapper implementation that converts a single column into a singleresult value per row.Classorg.springframework.jdbc.coreSpring MVC
SingleConnectionDataSourcewhich is not closed after use.Classorg.springframework.jdbc.datasourceSpring MVC
SingleDataSourceLookupAn implementation of the DataSourceLookup that simply wraps asingle given DataSource, returned for any data source name.Classorg.springframework.jdbc.datasource.lookupSpring MVC
SmartDataSourceExtension of the javax.Interfaceorg.springframework.jdbc.datasourceSpring MVC
SortedResourcesFactoryBeanFactoryBean implementation that takes a list of location Stringsand creates a sorted array of Resource instances.Classorg.springframework.jdbc.configSpring MVC
SpringLobCreatorSynchronizationCallback for resource cleanup at the end of a Spring transaction.Classorg.springframework.jdbc.support.lobSpring MVC
SqlCallRdbmsOperation using a JdbcTemplate and representing a SQL-basedcall such as a stored procedure or a stored function.Classorg.springframework.jdbc.objectSpring MVC
SQLErrorCodesJavaBean for holding JDBC error codes for a particular database.Classorg.springframework.jdbc.supportSpring MVC
SQLErrorCodesFactoryFactory for creating SQLErrorCodes based on thedatabaseProductName taken from the DatabaseMetaData.Classorg.springframework.jdbc.supportSpring MVC
SQLErrorCodeSQLExceptionTranslatorMore precise than an implementation based on SQL state, but heavily vendor-specific.Classorg.springframework.jdbc.supportSpring MVC
SQLExceptionSubclassTranslatorSQLExceptionTranslator implementation which analyzes the specificSQLException subclass thrown by the JDBC driver.Classorg.springframework.jdbc.supportSpring MVC
SQLExceptionTranslatorStrategy interface for translating between SQLExceptionsand Spring's data access strategy-agnostic DataAccessExceptionInterfaceorg.springframework.jdbc.supportSpring MVC
SqlFunctionSQL function wrapper for a query that returns a single row of results.Classorg.springframework.jdbc.objectSpring MVC
SqlInOutParameterSubclass of SqlOutParameter to represent an INOUT parameter.Classorg.springframework.jdbc.coreSpring MVC
SqlLobValueObject to represent an SQL BLOB/CLOB value parameter.Classorg.springframework.jdbc.core.supportSpring MVC
SqlOperationOperation object representing a SQL-based operation such as a query or update,as opposed to a stored procedure.Classorg.springframework.jdbc.objectSpring MVC
SqlOutParameterSubclass of SqlParameter to represent an output parameter.Classorg.springframework.jdbc.coreSpring MVC
SqlParameterObject to represent a SQL parameter definition.Classorg.springframework.jdbc.coreSpring MVC
SqlParameterSourceInterface that defines common functionality for objects that canoffer parameter values for named SQL parameters, serving as argumentInterfaceorg.springframework.jdbc.core.namedparamSpring MVC
SqlParameterSourceUtilsClass that provides helper methods for the use of SqlParameterSourcewith SimpleJdbc classes.Classorg.springframework.jdbc.core.namedparamSpring MVC
SqlParameterValueObject to represent a SQL parameter value, including parameter metadatasuch as the SQL type and the scale for numeric values.Classorg.springframework.jdbc.coreSpring MVC
SqlProviderInterface to be implemented by objects that can provide SQL strings.Interfaceorg.springframework.jdbc.coreSpring MVC
SqlQueryReusable operation object representing a SQL query.Classorg.springframework.jdbc.objectSpring MVC
SqlReturnResultSetRepresents a returned ResultSet from a stored procedure call.Classorg.springframework.jdbc.coreSpring MVC
SqlReturnTypeInterface to be implemented for retrieving values for more complex database-specifictypes not supported by the standard CallableStatement.Interfaceorg.springframework.jdbc.coreSpring MVC
SqlReturnUpdateCountRepresents a returned update count from a stored procedure call.Classorg.springframework.jdbc.coreSpring MVC
SqlRowSetMirror interface for RowSet, representingdisconnected ResultSet data.Interfaceorg.springframework.jdbc.support.rowsetSpring MVC
SqlRowSetMetaDataMetadata interface for Spring's SqlRowSet, analogous to JDBC'sThe main difference to the standard JDBC ResultSetMetaData is that aInterfaceorg.springframework.jdbc.support.rowsetSpring MVC
SqlRowSetResultSetExtractorResultSetExtractor implementation that returns a Spring SqlRowSetrepresentation for each given ResultSet.Classorg.springframework.jdbc.coreSpring MVC
SqlServerCallMetaDataProviderSQL Server specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
SqlServerMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given SQL Server tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
SQLStateSQLExceptionTranslatorSQLExceptionTranslator implementation that analyzes the SQL state inthe SQLException based on the first two digits (the SQL state class).Classorg.springframework.jdbc.supportSpring MVC
SqlTypeValueInterface to be implemented for setting values for more complex database-specifictypes not supported by the standard setObject method.Interfaceorg.springframework.jdbc.coreSpring MVC
SqlUpdateReusable operation object representing a SQL update.Classorg.springframework.jdbc.objectSpring MVC
SqlValueSimple interface for complex types to be set as statement parameters.Interfaceorg.springframework.jdbc.supportSpring MVC
SQLWarningExceptionException thrown when we're not ignoring SQLWarnings.Classorg.springframework.jdbcSpring MVC
SqlXmlFeatureNotImplementedExceptionException thrown when the underlying implementation does not support therequested feature of the API.Classorg.springframework.jdbc.support.xmlSpring MVC
SqlXmlHandlerAbstraction for handling XML fields in specific databases.Interfaceorg.springframework.jdbc.support.xmlSpring MVC
SqlXmlObjectMappingHandlerAbstraction for handling XML object mapping to fields in a database.Interfaceorg.springframework.jdbc.support.xmlSpring MVC
SqlXmlValueSubinterface of SqlValuethat supports passing in XML data to specified column and adds aInterfaceorg.springframework.jdbc.support.xmlSpring MVC
StatementCallbackGeneric callback interface for code that operates on a JDBC Statement.Interfaceorg.springframework.jdbc.coreSpring MVC
StatementCreatorUtilsUtility methods for PreparedStatementSetter/Creator and CallableStatementCreatorUsed by PreparedStatementCreatorFactory and CallableStatementCreatorFactory,Classorg.springframework.jdbc.coreSpring MVC
StoredProcedureSuperclass for object abstractions of RDBMS stored procedures.Classorg.springframework.jdbc.objectSpring MVC
SybaseAnywhereMaxValueIncrementerDataFieldMaxValueIncrementer that incrementsthe maximum value of a given Sybase SQL Anywhere tableClassorg.springframework.jdbc.support.incrementerSpring MVC
SybaseCallMetaDataProviderSybase specific implementation for the CallMetaDataProvider interface.Classorg.springframework.jdbc.core.metadataSpring MVC
SybaseMaxValueIncrementerDataFieldMaxValueIncrementer that increments the maximum value of a given Sybase tablewith the equivalent of an auto-increment column.Classorg.springframework.jdbc.support.incrementerSpring MVC
TableMetaDataContextClass to manage context metadata used for the configurationand execution of operations on a database table.Classorg.springframework.jdbc.core.metadataSpring MVC
TableMetaDataProviderInterface specifying the API to be implemented by a class providing table metedata.Interfaceorg.springframework.jdbc.core.metadataSpring MVC
TableMetaDataProviderFactoryFactory used to create a TableMetaDataProvider implementationbased on the type of database being used.Classorg.springframework.jdbc.core.metadataSpring MVC
TableParameterMetaDataHolder of metadata for a specific parameter that is used for table processing.Classorg.springframework.jdbc.core.metadataSpring MVC
TemporaryLobCreatorLobCreator implementation based on temporary LOBs,using JDBC 4.Classorg.springframework.jdbc.support.lobSpring MVC
TransactionAwareDataSourceProxyProxy for a target JDBC DataSource, adding awareness ofSpring-managed transactions.Classorg.springframework.jdbc.datasourceSpring MVC
UncategorizedScriptExceptionThrown when we cannot determine anything more specific than something wentwrong while processing an SQL script: for example, a SQLExceptionClassorg.springframework.jdbc.datasource.initSpring MVC
UncategorizedSQLExceptionException thrown when we can't classify a SQLException intoone of our generic data access exceptions.Classorg.springframework.jdbcSpring MVC
UpdatableSqlQueryReusable RDBMS query in which concrete subclasses must implementthe abstract updateRow(ResultSet, int, context) method to update eachClassorg.springframework.jdbc.objectSpring MVC
UserCredentialsDataSourceAdapterAn adapter for a target JDBC DataSource, applying the specifieduser credentials to every standard getConnection() call, implicitlyClassorg.springframework.jdbc.datasourceSpring MVC
WebLogicNativeJdbcExtractorsupporting WebLogic Server 9.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
WebSphereDataSourceAdapterDataSource implementation that delegates all calls to a WebSpheretarget DataSource, typically obtained from JNDI, applying a currentClassorg.springframework.jdbc.datasourceSpring MVC
WebSphereNativeJdbcExtractorsupporting WebSphere Application Server 6.Classorg.springframework.jdbc.support.nativejdbcSpring MVC
XmlBinaryStreamProviderInterface defining handling involved with providing OutputStreamSince:2.Interfaceorg.springframework.jdbc.support.xmlSpring MVC
XmlCharacterStreamProviderInterface defining handling involved with providing WriterSince:2.Interfaceorg.springframework.jdbc.support.xmlSpring MVC
XmlResultProviderInterface defining handling involved with providing ResultSince:2.Interfaceorg.springframework.jdbc.support.xmlSpring MVC