Package com.clickhouse.client.http
Class ClickHouseHttpProto
java.lang.Object
com.clickhouse.client.http.ClickHouseHttpProto
Deprecated.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Name of default database to be used if not specified in a table name.static final StringDeprecated.Password of user to be used to authenticate.static final StringDeprecated.Name of user to be used to authenticatestatic final StringDeprecated.Response only header to indicate the error code.static final StringDeprecated.Response only header to indicate the format of the data.static final StringDeprecated.Response only header to indicate a query progress.static final StringDeprecated.Response only header to indicate a query id Cannot be used in request.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.static final StringDeprecated.Query parameter to specify the query ID.static final StringDeprecated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HEADER_SRV_DISPLAY_NAME
Deprecated.- See Also:
-
HEADER_QUERY_ID
Deprecated.Response only header to indicate a query id Cannot be used in request.- See Also:
-
HEADER_SRV_SUMMARY
Deprecated.- See Also:
-
HEADER_FORMAT
Deprecated.Response only header to indicate the format of the data. Cannot be used in request.- See Also:
-
HEADER_TIMEZONE
Deprecated.- See Also:
-
HEADER_EXCEPTION_CODE
Deprecated.Response only header to indicate the error code. Cannot be used in request.- See Also:
-
HEADER_PROGRESS
Deprecated.Response only header to indicate a query progress. Cannot be used in request.- See Also:
-
HEADER_DATABASE
Deprecated.Name of default database to be used if not specified in a table name.- See Also:
-
HEADER_DB_USER
Deprecated.Name of user to be used to authenticate- See Also:
-
HEADER_DB_PASSWORD
Deprecated.Password of user to be used to authenticate. Note: header value should be unencoded, so using special characters might cause issues. It is recommended to use the Basic Authentication instead.- See Also:
-
HEADER_SSL_CERT_AUTH
Deprecated.- See Also:
-
QPARAM_QUERY_ID
Deprecated.Query parameter to specify the query ID.- See Also:
-
QPARAM_ROLE
Deprecated.- See Also:
-
-
Constructor Details
-
ClickHouseHttpProto
public ClickHouseHttpProto()Deprecated.
-