com.github.housepower.jdbc.stream.ValuesWithParametersInputFormat Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clickhouse-native-jdbc Show documentation
Show all versions of clickhouse-native-jdbc Show documentation
ClickHouse Native Protocol JDBC implementation
package com.github.housepower.jdbc.stream;
import com.github.housepower.jdbc.data.Block;
import com.github.housepower.jdbc.data.Column;
import com.github.housepower.jdbc.misc.Validate;
import java.sql.SQLException;
import java.util.Arrays;
import java.util.Iterator;
import java.util.List;
public class ValuesWithParametersInputFormat implements InputFormat {
private final QuotedLexer lexer;
private final Iterator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy