package hhn.temp.project.provider; import java.sql.SQLException; public interface Database { public void connect() throws SQLException; }