Class ServerSettings
java.lang.Object
com.clickhouse.client.api.internal.ServerSettings
Incomplete list of server side settings.
This class is not intended to list all possible settings, but only those that are commonly used.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringServer will expect a string in JSON format and parse it into a JSON object.static final StringLimit number of rows in a result setstatic final StringServer will return a JSON object as a string.static final StringDefines server response if result set exceeded a limit set bymax_result_rows.static final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
WAIT_END_OF_QUERY
- See Also:
-
INPUT_FORMAT_BINARY_READ_JSON_AS_STRING
Server will expect a string in JSON format and parse it into a JSON object.- See Also:
-
OUTPUT_FORMAT_BINARY_WRITE_JSON_AS_STRING
Server will return a JSON object as a string.- See Also:
-
MAX_RESULT_ROWS
Limit number of rows in a result set- See Also:
-
RESULT_OVERFLOW_MODE
Defines server response if result set exceeded a limit set bymax_result_rows. Possible values are 'throw' or 'break'. Default is 'throw'- See Also:
-
ASYNC_INSERT
- See Also:
-
WAIT_ASYNC_INSERT
- See Also:
-
-
Constructor Details
-
ServerSettings
public ServerSettings()
-