Uses of Class
com.clickhouse.client.ClickHouseParameterizedQuery
-
Packages that use ClickHouseParameterizedQuery Package Description com.clickhouse.client Provides necessary classes to communicate with ClickHouse server. -
-
Uses of ClickHouseParameterizedQuery in com.clickhouse.client
Fields in com.clickhouse.client declared as ClickHouseParameterizedQuery Modifier and Type Field Description protected ClickHouseParameterizedQueryClickHouseRequest. preparedQueryMethods in com.clickhouse.client that return ClickHouseParameterizedQuery Modifier and Type Method Description ClickHouseParameterizedQueryClickHouseRequest. 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 ClickHouseParameterizedQuery Modifier and Type Method Description SelfTClickHouseRequest. query(ClickHouseParameterizedQuery query)Sets parameterized query.SelfTClickHouseRequest. query(ClickHouseParameterizedQuery query, String queryId)Sets parameterized query and optinally query id.
-