Uses of Interface
com.clickhouse.jdbc.ClickHouseConnection
-
Packages that use ClickHouseConnection Package Description com.clickhouse.jdbc com.clickhouse.jdbc.internal -
-
Uses of ClickHouseConnection in com.clickhouse.jdbc
Methods in com.clickhouse.jdbc that return ClickHouseConnection Modifier and Type Method Description ClickHouseConnectionClickHouseDriver. connect(String url, Properties info)ClickHouseConnectionClickHouseDataSource. getConnection()ClickHouseConnectionClickHouseDataSource. getConnection(String username, String password)ClickHouseConnectionClickHouseStatement. getConnection()Constructors in com.clickhouse.jdbc with parameters of type ClickHouseConnection Constructor Description ClickHouseDatabaseMetaData(ClickHouseConnection connection) -
Uses of ClickHouseConnection in com.clickhouse.jdbc.internal
Classes in com.clickhouse.jdbc.internal that implement ClickHouseConnection Modifier and Type Class Description classClickHouseConnectionImplMethods in com.clickhouse.jdbc.internal that return ClickHouseConnection Modifier and Type Method Description ClickHouseConnectionClickHouseStatementImpl. getConnection()Constructors in com.clickhouse.jdbc.internal with parameters of type ClickHouseConnection Constructor Description ClickHouseStatementImpl(ClickHouseConnection connection, ClickHouseRequest<?> request, int resultSetType, int resultSetConcurrency, int resultSetHoldability)SqlBasedPreparedStatement(ClickHouseConnection connection, ClickHouseRequest<?> request, JdbcParameterizedQuery preparedQuery, int resultSetType, int resultSetConcurrency, int resultSetHoldability)StreamBasedPreparedStatement(ClickHouseConnection connection, ClickHouseRequest<?> request, List<ClickHouseColumn> columns, int resultSetType, int resultSetConcurrency, int resultSetHoldability)
-