All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.unidal.dal.jdbc.datasource.DataSourceManager Maven / Gradle / Ivy

The newest version!
package org.unidal.dal.jdbc.datasource;

import java.util.List;

public interface DataSourceManager {
   public List getDataSourceNames();

   public DataSource getDataSource(String dataSourceName);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy