Uses of Interface
com.clickhouse.jdbc.ClickHouseStatement
-
Uses of ClickHouseStatement in com.clickhouse.jdbc
Fields in com.clickhouse.jdbc declared as ClickHouseStatementModifier and TypeFieldDescriptionprotected final ClickHouseStatementClickHouseResultSet.statementDeprecated.Methods in com.clickhouse.jdbc that return ClickHouseStatementModifier and TypeMethodDescriptiondefault ClickHouseStatementClickHouseConnection.createStatement()Deprecated.default ClickHouseStatementClickHouseConnection.createStatement(int resultSetType, int resultSetConcurrency) Deprecated.ClickHouseConnection.createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) Deprecated.Constructors in com.clickhouse.jdbc with parameters of type ClickHouseStatementModifierConstructorDescriptionClickHouseResultSet(String database, String table, ClickHouseStatement statement, ClickHouseResponse response) Deprecated.ClickHouseScrollableResultSet(String database, String table, ClickHouseStatement statement, ClickHouseResponse response) Deprecated.