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

com.sap.cloud.lm.sl.cf.persistence.query.SqlQuery Maven / Gradle / Ivy

package com.sap.cloud.lm.sl.cf.persistence.query;

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

@FunctionalInterface
public interface SqlQuery {

    public R execute(Connection connection) throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy