Uses of Interface
com.clickhouse.jdbc.ClickHouseStatement
-
Packages that use ClickHouseStatement Package Description com.clickhouse.jdbc com.clickhouse.jdbc.internal -
-
Uses of ClickHouseStatement in com.clickhouse.jdbc
Fields in com.clickhouse.jdbc declared as ClickHouseStatement Modifier and Type Field Description protected ClickHouseStatementClickHouseResultSet. statementMethods in com.clickhouse.jdbc that return ClickHouseStatement Modifier and Type Method Description default ClickHouseStatementClickHouseConnection. createStatement()default ClickHouseStatementClickHouseConnection. createStatement(int resultSetType, int resultSetConcurrency)ClickHouseStatementClickHouseConnection. createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability)Constructors in com.clickhouse.jdbc with parameters of type ClickHouseStatement Constructor Description ClickHouseResultSet(String database, String table, ClickHouseStatement statement, ClickHouseResponse response)ClickHouseScrollableResultSet(String database, String table, ClickHouseStatement statement, ClickHouseResponse response) -
Uses of ClickHouseStatement in com.clickhouse.jdbc.internal
Classes in com.clickhouse.jdbc.internal that implement ClickHouseStatement Modifier and Type Class Description classClickHouseStatementImplclassInputBasedPreparedStatementclassSqlBasedPreparedStatementclassTableBasedPreparedStatementMethods in com.clickhouse.jdbc.internal that return ClickHouseStatement Modifier and Type Method Description ClickHouseStatementClickHouseConnectionImpl. createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability)
-