馬老師Google面試真題
? ?dataSourceMap.put("unique", dataSource);
? ? ? ?databaseType = createDatabaseType();
? ?}
? ?private DatabaseType createDatabaseType() throws SQLException {
? ? ? ?DatabaseType result = null;
? ? ? ?for (DataSource each : dataSourceMap.values()) {
? ? ? ? ? ?DatabaseType databaseType = createDatabaseType(each);
? ? ? ? ? ?Preconditions.checkState(null == result || result == databaseType,
? ? ? ? ? ? ? ? ? ?String.format("Database type inconsistent with '
標(biāo)簽: