|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MetaDataAccessException | |
---|---|
org.springframework.jdbc.support | Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages. |
Uses of MetaDataAccessException in org.springframework.jdbc.support |
---|
Methods in org.springframework.jdbc.support that throw MetaDataAccessException | |
---|---|
static Object |
JdbcUtils.extractDatabaseMetaData(DataSource dataSource,
DatabaseMetaDataCallback action)
Extract database meta data via the given DatabaseMetaDataCallback. |
static Object |
JdbcUtils.extractDatabaseMetaData(DataSource dataSource,
String metaDataMethodName)
Call the specified method on DatabaseMetaData for the given DataSource, and extract the invocation result. |
Object |
DatabaseMetaDataCallback.processMetaData(DatabaseMetaData dbmd)
Implementations must implement this method to process the meta data passed in. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |