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