Uses of Interface
ru.yandex.clickhouse.ClickHouseStatement
-
Packages that use ClickHouseStatement Package Description ru.yandex.clickhouse ru.yandex.clickhouse.response -
-
Uses of ClickHouseStatement in ru.yandex.clickhouse
Subinterfaces of ClickHouseStatement in ru.yandex.clickhouse Modifier and Type Interface Description interfaceClickHousePreparedStatementClasses in ru.yandex.clickhouse that implement ClickHouseStatement Modifier and Type Class Description classClickHousePreparedStatementImplclassClickHouseStatementImplMethods in ru.yandex.clickhouse that return ClickHouseStatement Modifier and Type Method Description ClickHouseStatementClickHouseConnection. createStatement()ClickHouseStatementClickHouseConnection. createStatement(int resultSetType, int resultSetConcurrency)ClickHouseStatementClickHouseConnectionImpl. createStatement()ClickHouseStatementClickHouseConnectionImpl. createStatement(int resultSetType)ClickHouseStatementClickHouseConnectionImpl. createStatement(int resultSetType, int resultSetConcurrency)ClickHouseStatementClickHouseConnectionImpl. createStatement(int resultSetType, int resultSetConcurrency, int resultSetHoldability) -
Uses of ClickHouseStatement in ru.yandex.clickhouse.response
Constructors in ru.yandex.clickhouse.response with parameters of type ClickHouseStatement Constructor Description ClickHouseResultSet(InputStream is, int bufferSize, String db, String table, boolean usesWithTotals, ClickHouseStatement statement, TimeZone timeZone, ClickHouseProperties properties)ClickHouseScrollableResultSet(InputStream is, int bufferSize, String db, String table, boolean usesWithTotals, ClickHouseStatement statement, TimeZone timezone, ClickHouseProperties properties)
-