
jio.jdbc.ClosableStatement Maven / Gradle / Ivy
/**
* A functional interface representing a JDBC Lambda. The resulting {@link jio.BiLambda} can be used in JDBC operations
* to perform any database interaction.
*
* @param The type of the input parameter.
* @param The type of the output.
*/
package jio.jdbc;
import java.sql.Connection;
import java.util.function.Function;
import jio.BiLambda;
import jio.Lambda;
/**
* Represents a lambda that takes two arguments as inputs (some parameters and a connection) and produces an IO effect
* that executes a JDBC statement, producing a result of type {@code Output}.
*
* @param The type of the input parameters.
* @param
© 2015 - 2025 Weber Informatics LLC | Privacy Policy