The Spring Framework

Uses of Class
org.springframework.jdbc.core.metadata.GenericCallMetaDataProvider

Packages that use GenericCallMetaDataProvider
org.springframework.jdbc.core.metadata Context metadata abstraction for the configuration and execution of a stored procedure call. 
 

Uses of GenericCallMetaDataProvider in org.springframework.jdbc.core.metadata
 

Subclasses of GenericCallMetaDataProvider in org.springframework.jdbc.core.metadata
 class Db2CallMetaDataProvider
          DB2 specific implementation for the CallMetaDataProvider interface.
 class DerbyCallMetaDataProvider
          Derby specific implementation for the CallMetaDataProvider interface.
 class OracleCallMetaDataProvider
          Oracle specific implementation for the CallMetaDataProvider interface.
 class SqlServerCallMetaDataProvider
          SQL Server specific implementation for the CallMetaDataProvider interface.
 class SybaseCallMetaDataProvider
          Sybase specific implementation for the CallMetaDataProvider interface.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.