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

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

The newest version!
package com.clickhouse.benchmark.jdbc;

import java.sql.ResultSet;
import java.sql.SQLException;

import org.openjdk.jmh.infra.Blackhole;

@FunctionalInterface
public interface ConsumeValueFunction {
    void consume(Blackhole blackhole, ResultSet rs, int rowIndex, int columnIndex) throws SQLException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy