20212223242526
class MySQL implements StorageMedium { private final DatabaseConnection conn; MySQL() { conn = new DatabaseConnection(); }