コード例 #1
0
 // create connection to the local database
 protected Connection createRemoteConnection() throws SpiderDataException {
   return createConnection(conf.getDriver(), conf.getConnectionString());
 }
コード例 #2
0
 // create connection to the local database
 protected Connection createLocalConnection() throws SpiderDataException {
   return createConnection(conf.getDriverForLocal(), conf.getConnectionStringForLocal());
 }