Package com.clickhouse.client.api.http
Class ClickHouseHttpProto
java.lang.Object
com.clickhouse.client.api.http.ClickHouseHttpProto
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final StringName of default database to be used if not specified in a table name.static final StringPassword of user to be used to authenticate.static final StringName of user to be used to authenticatestatic final StringResponse only header to indicate the error code.static final StringResponse only header to indicate the format of the data.static final StringResponse only header to indicate a query progress.static final StringResponse only header to indicate a query id Cannot be used in request.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringQuery parameter to specify the query ID.static final StringQuery statement string ( ex.static final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HEADER_SRV_DISPLAY_NAME
- See Also:
-
HEADER_QUERY_ID
Response only header to indicate a query id Cannot be used in request.- See Also:
-
HEADER_SRV_SUMMARY
- See Also:
-
HEADER_FORMAT
Response only header to indicate the format of the data. Cannot be used in request.- See Also:
-
HEADER_TIMEZONE
- See Also:
-
HEADER_EXCEPTION_CODE
Response only header to indicate the error code. Cannot be used in request.- See Also:
-
HEADER_PROGRESS
Response only header to indicate a query progress. Cannot be used in request.- See Also:
-
HEADER_DATABASE
Name of default database to be used if not specified in a table name.- See Also:
-
HEADER_DB_USER
Name of user to be used to authenticate- See Also:
-
HEADER_DB_PASSWORD
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
- See Also:
-
QPARAM_QUERY_ID
Query parameter to specify the query ID.- See Also:
-
QPARAM_ROLE
- See Also:
-
QPARAM_QUERY_STMT
Query statement string ( ex.INSERT INTO mytable- See Also:
-
DEFAULT_HTTP_PORT
public static final int DEFAULT_HTTP_PORT- See Also:
-
DEFAULT_HTTPS_PORT
public static final int DEFAULT_HTTPS_PORT- See Also:
-
-
Constructor Details
-
ClickHouseHttpProto
public ClickHouseHttpProto()
-