Uses of Class
com.clickhouse.client.ClickHouseParameterizedQuery
Packages that use ClickHouseParameterizedQuery
Package
Description
Provides necessary classes to communicate with ClickHouse server.
-
Uses of ClickHouseParameterizedQuery in com.clickhouse.client
Fields in com.clickhouse.client declared as ClickHouseParameterizedQueryModifier and TypeFieldDescriptionprotected ClickHouseParameterizedQueryClickHouseRequest.preparedQueryDeprecated.Methods in com.clickhouse.client that return ClickHouseParameterizedQueryModifier and TypeMethodDescriptionClickHouseRequest.getPreparedQuery()Deprecated.Gets prepared query, which is a loosely parsed query with the origianl query and list of parameters.static ClickHouseParameterizedQueryClickHouseParameterizedQuery.of(ClickHouseConfig config, String query) Deprecated.Creates an instance by parsing the given query.Methods in com.clickhouse.client with parameters of type ClickHouseParameterizedQueryModifier and TypeMethodDescriptionClickHouseRequest.query(ClickHouseParameterizedQuery query) Deprecated.Sets parameterized query.ClickHouseRequest.query(ClickHouseParameterizedQuery query, String queryId) Deprecated.Sets parameterized query and optionally query id.