docs/layouts/shortcodes/generated/sql_client_configuration.html
| Key | Default | Type | Description |
|---|---|---|---|
Batch Streaming | "DEFAULT" | String | SQL highlight color schema to be used at SQL client. Possible values: 'default', 'dark', 'light', 'chester', 'vs2010', 'solarized', 'obsidian', 'geshi' | |
Batch | true | Boolean | Determine whether to display the time consumption of the query. By default, no query time cost will be displayed. | |
Batch Streaming | false | Boolean | Determines whether there should be shown line numbers in multiline SQL or not. | |
Batch Streaming | 1000000 | Integer | The number of rows to cache when in the table mode. If the number of rows exceeds the specified value, it retries the row in the FIFO style. | |
Batch Streaming | TABLE |
Enum
| Determines how the query result should be displayed.
Possible values:
| |
Batch Streaming | false | Boolean | Determine whether to output the verbose output to the console. If set the option true, it will print the exception stack. Otherwise, it only output the cause. |