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

org.cloudfoundry.multiapps.controller.persistence.query.SqlQuery Maven / Gradle / Ivy

package org.cloudfoundry.multiapps.controller.persistence.query;

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

@FunctionalInterface
public interface SqlQuery {

    R execute(Connection connection) throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy