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.preparedQueryMethods in com.clickhouse.client that return ClickHouseParameterizedQueryModifier and TypeMethodDescriptionClickHouseRequest.getPreparedQuery()Gets prepared query, which is a loosely parsed query with the origianl query and list of parameters.static ClickHouseParameterizedQueryClickHouseParameterizedQuery.of(ClickHouseConfig config, String query) Creates an instance by parsing the given query.Methods in com.clickhouse.client with parameters of type ClickHouseParameterizedQueryModifier and TypeMethodDescriptionClickHouseRequest.query(ClickHouseParameterizedQuery query) Sets parameterized query.ClickHouseRequest.query(ClickHouseParameterizedQuery query, String queryId) Sets parameterized query and optionally query id.