com.heliorm.sql.SetEnum Maven / Gradle / Ivy
The newest version!
package com.heliorm.sql;
import java.sql.PreparedStatement;
import java.sql.SQLException;
@FunctionalInterface
interface SetEnum {
void apply(PreparedStatement stmt, Integer position, String value) throws SQLException;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy