// create connection to the local database protected Connection createRemoteConnection() throws SpiderDataException { return createConnection(conf.getDriver(), conf.getConnectionString()); }
// create connection to the local database protected Connection createLocalConnection() throws SpiderDataException { return createConnection(conf.getDriverForLocal(), conf.getConnectionStringForLocal()); }