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

nyla.solutions.dao.jdbc.JdbcConnectable Maven / Gradle / Ivy

package nyla.solutions.dao.jdbc;

import java.sql.Connection;

import nyla.solutions.dao.Connectable;

public interface JdbcConnectable extends Connectable
{
	/**
	 * 
	 * @param connection the connection to establish
	 */
	void setConnection(Connection connection);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy