
jio.jdbc.InsertOneEntity Maven / Gradle / Ivy
package jio.jdbc;
import java.util.function.Function;
import jio.IO;
import jio.Lambda;
import java.sql.ResultSet;
import java.sql.Statement;
import java.time.Duration;
import java.util.concurrent.Executors;
/**
* A class representing a generic insert operation with a generated key in a relational database using JDBC. The class
* is designed to execute an SQL update statement, set parameters, and retrieve the generated key. The operation is
* wrapped with Java Flight Recorder (JFR) events.
*
*
* Note: The operation is executed on a virtual thread.
*
*
* @param The type of the input object for setting parameters in the update statement.
* @param
© 2015 - 2025 Weber Informatics LLC | Privacy Policy