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

fj.control.db.Connector Maven / Gradle / Ivy

package fj.control.db;

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

/**
 * A method of connecting to the database.
 */
public abstract class Connector {
  public abstract Connection connect() throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy