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

com.clickhouse.benchmark.jdbc.SupplyValueFunction Maven / Gradle / Ivy

There is a newer version: 0.6.4
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy