![JAR search and dependency download from the Maven repository](/logo.png)
dev.dsf.fhir.function.RunnableWithSqlException Maven / Gradle / Ivy
package dev.dsf.fhir.function;
import java.sql.SQLException;
@FunctionalInterface
public interface RunnableWithSqlException
{
void run() throws SQLException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy