Uses of Class
com.clickhouse.client.api.query.Records
Packages that use Records
-
Uses of Records in com.clickhouse.client.api
Methods in com.clickhouse.client.api that return types with arguments of type RecordsModifier and TypeMethodDescriptionClient.queryRecords(String sqlQuery) Queries data in one of descriptive format and creates a reader out of the response stream.Client.queryRecords(String sqlQuery, QuerySettings settings) Queries data in one of descriptive format and creates a reader out of the response stream.Client.queryRecords(String sqlQuery, Map<String, Object> params) Client.queryRecords(String sqlQuery, Map<String, Object> params, QuerySettings settings) Queries data in one of descriptive format and creates a reader out of the response stream.