Package | Description |
---|---|
org.springframework.jdbc.support |
Support classes for the JDBC framework, used by the classes in the
jdbc.core and jdbc.object packages.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
JdbcUtils.extractDatabaseMetaData(DataSource dataSource,
DatabaseMetaDataCallback<T> action)
Extract database meta-data via the given DatabaseMetaDataCallback.
|