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

com.github.housepower.jdbc.stream.InputFormat Maven / Gradle / Ivy

package com.github.housepower.jdbc.stream;

import com.github.housepower.jdbc.data.Block;

import java.sql.SQLException;

public interface InputFormat {
    void fillBlock(Block block) throws SQLException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy