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

io.vertx.ext.jdbc.impl.actions.SQLValueProvider Maven / Gradle / Ivy

package io.vertx.ext.jdbc.impl.actions;

import java.sql.SQLException;

@FunctionalInterface
public interface SQLValueProvider {

  Object apply(Class cls) throws SQLException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy