Updated from origin/main
This commit is contained in:
@@ -6,4 +6,5 @@ import java.sql.SQLException;
|
||||
|
||||
public interface Database {
|
||||
public void connect() throws SQLException, IOException;
|
||||
public void close() throws SQLException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user