Class ClickHouseHttpResponse

java.lang.Object
com.clickhouse.client.http.ClickHouseHttpResponse

@Deprecated public class ClickHouseHttpResponse extends Object
Deprecated.
  • Field Details

    • serverDisplayName

      protected final String serverDisplayName
      Deprecated.
    • queryId

      protected final String queryId
      Deprecated.
    • format

      protected final com.clickhouse.data.ClickHouseFormat format
      Deprecated.
    • timeZone

      protected final TimeZone timeZone
      Deprecated.
    • summary

      protected final ClickHouseResponseSummary summary
      Deprecated.
  • Constructor Details

    • ClickHouseHttpResponse

      public ClickHouseHttpResponse(ClickHouseHttpConnection connection, com.clickhouse.data.ClickHouseInputStream input, String serverDisplayName, String queryId, String summary, com.clickhouse.data.ClickHouseFormat format, TimeZone timeZone)
      Deprecated.
  • Method Details

    • getConfig

      protected ClickHouseConfig getConfig(ClickHouseRequest<?> request)
      Deprecated.
    • getInputStream

      public com.clickhouse.data.ClickHouseInputStream getInputStream()
      Deprecated.
    • getTimeZone

      public TimeZone getTimeZone()
      Deprecated.