馬老師程序員的數(shù)學(xué)
?private DatabaseType createDatabaseType(final DataSource dataSource) throws SQLException {
? ? ? ?if (dataSource instanceof AbstractDataSourceAdapter) {
? ? ? ? ? ?return ((AbstractDataSourceAdapter) dataSource).databaseType;
? ? ? ?}
? ? ? ?try (Connection connection = dataSource.getConnection()) {
? ? ? ? ? ?return DatabaseTypes.getDatabaseTypeByURL(connection.getMetaData().getURL())
標(biāo)簽: