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

ru.yandex.clickhouse.ClickHouseConnection Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
package ru.yandex.clickhouse;

import java.sql.Connection;
import java.sql.SQLException;


public interface ClickHouseConnection extends Connection {
    ClickHouseStatement createClickHouseStatement() throws SQLException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy