-
Notifications
You must be signed in to change notification settings - Fork 618
Open
Labels
area:jdbc-readreading data with jdbcreading data with jdbcenhancementjdbc-v2jdbc-v2 issuesjdbc-v2 issues
Milestone
Description
Use case
Download binary files from CH
Describe the solution you'd like
Implement
-
Class - ResultSetImpl
Method - getBinaryStream(String columnLabel) -
Class - ResultSetImpl
Method - getBlob(String columnLabel)
Describe the alternatives you've considered
QuerySettings querySettings = new QuerySettings();
querySettings.setFormat(ClickHouseFormat.RawBLOB);
QueryResponse queryResponse = connection.unwrap(ConnectionImpl.class)
.getClient()
.query("select ...", querySettings)
.get();
Additional context
Metadata
Metadata
Assignees
Labels
area:jdbc-readreading data with jdbcreading data with jdbcenhancementjdbc-v2jdbc-v2 issuesjdbc-v2 issues