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

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

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

import java.sql.Connection;
import java.sql.SQLException;

public interface DataSource {
   public Connection getConnection() throws SQLException;

   public DataSourceDescriptor getDescriptor();

   public void initialize(DataSourceDescriptor descriptor);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy