| Package | Description |
|---|---|
| ru.yandex.clickhouse |
| Modifier and Type | Method and Description |
|---|---|
Writer |
Writer.data(File input)
Shortcut method for specifying a file as an input
|
Writer |
Writer.data(File input,
ClickHouseFormat format) |
Writer |
Writer.data(InputStream stream)
Specifies data input stream
|
Writer |
Writer.data(InputStream stream,
ClickHouseFormat format) |
Writer |
Writer.format(ClickHouseFormat format)
Specifies format for further insert of data via send()
|
Writer |
Writer.sql(String sql)
Set SQL for data insertion
|
Writer |
Writer.table(String table)
Set table name for data insertion
|
Writer |
ClickHouseStatementImpl.write() |
Writer |
ClickHouseStatement.write()
Returns extended write-API
|
Copyright © 2020. All rights reserved.