com.clickhouse.benchmark.jdbc.SupplyValueFunction Maven / Gradle / Ivy
package com.clickhouse.benchmark.jdbc;
import java.sql.PreparedStatement;
import java.sql.SQLException;
@FunctionalInterface
public interface SupplyValueFunction {
void set(PreparedStatement ps, Object value, int rowIndex, int columnIndex) throws SQLException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy