624625626627628629630631632633634
Object ds = cls.newInstance(); if (ds instanceof DataSource) database = (DataSource) ds; else database = new JavaSqlDriverWrapper((java.sql.Driver) ds, url); _databaseMap.put(key, database); return database; } catch (ClassNotFoundException e) {
644645646647648649650651652653654
560561562563564565566567568569570
530531532533534535536537538539540