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

cq.database.use.Result Maven / Gradle / Ivy

The newest version!
package cq.database.use;

import cq.database.helper.DBHelper;

public interface Result {
    T handle(DBHelper dbHelper);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy