resultset.maxrows | integer |
| integer values | Determines the number of rows fetched from the database in a single batch. |
resultset.autofetch.next.segment | boolean |
|
,
| Automatically loads the next data segment when the current one is fully processed or viewed. |
resultset.reread.on.scroll | boolean |
|
,
| Refreshes the data when moving to the next page. |
resultset.maxrows.sql | boolean |
|
,
| Modifies the source SQL query to scroll through or limit results. This is typically achieved using the LIMIT/OFFSET SQL clause. |
resultset.order.mode | string |
|
,
,
| Specifies the method of sorting returned query results. |
resultset.read.metadata | boolean |
|
,
| Retrieves information about the table structure, specifically the unique keys. |
resultset.read.references | boolean |
|
,
| Retrieves information about the table structure, specifically the foreign keys. |
resultset.cancel.timeout | integer |
| integer values | Defines the duration (in milliseconds) the system waits before cancelling a non-responsive query. |
sql.query.filter.force.subselect | boolean |
|
,
| Forces the usage of subqueries when applying filters to the data. |
resultset.column.label.ignore | boolean |
|
,
| Prioritizes column names over column labels when referencing data. |
resultset.edit.key.use_all_columns | boolean |
|
,
| Forms a virtual composite key using all table columns for data saving. If set to
, this will determine the action taken if a key element is missing. If set to
, no action will be taken when a key element is missing. |
resultset.edit.disableIfKeyMissing | boolean |
|
,
| Prevents data modification when a primary key is absent. This setting defines the action taken when the assumed primary key is missing. |
keep.statement.open | boolean |
|
,
| Closes the result set after a selection. To view a cursor column value, the option should be enabled. |
resultset.datetime.editor | boolean |
|
,
| Enables the advanced datetime editor in the data editor. |
resultset.edit.new.row.after | boolean |
|
,
| Places newly inserted rows immediately following the currently selected row. |
resultset.edit.refreshAfterUpdate | boolean |
|
,
| Automatically refreshes the data after making changes. |
resultset.filter.use.navigator | boolean |
|
,
| Employs filters in the navigator to refine the displayed data. |
resultset.confirm.beforeSave | boolean |
|
,
| Displays a prompt asking for a confirmation before saving changes. |
resultset.show.errorDialog | boolean |
|
,
| Presents error messages in a separate dialog box. |
resultset.mark.cell.value.occurrences | boolean |
|
,
| Highlights instances of the selected cell’s value within the data set. |
resultset.image.browser | boolean |
|
,
| Displays images in the web browser. |
resultset.behavior.autoSwitchMode | boolean |
|
,
| Allow to switch between Record mode and Grid mode when dealing with single or multiple rows. When set to
, the system will automatically switch modes based on the number of rows selected (Record mode for a single row, Grid mode for multiple rows). |
resultset.calc.columnWidthByValues | boolean |
|
,
| Displays the description for each column in the header. |
resultset.show.columnDescriptio | boolean |
|
,
| Adjusts the width of each column based on the content of its cells. |
resultset.show.connectionName | boolean |
|
,
| Displays the name of the connection in the status section. |
resultset.transform.complex.type | boolean |
|
,
| Enables the visualization of complex columns (such as objects, structures and arrays). |
resultset.show.rightJustifyNumbers | boolean |
|
,
| Allows right-justify numbers. |
resultset.show.rightJustifyDateTime | boolean |
|
,
| Aligns date and time values to the right side of their respective cells or columns. |
resultset.behavior.autoCompleteProposial | boolean |
|
,
| Activates the auto-completion feature in the data filter text field. |
resultset.show.oddRows | boolean |
|
,
| Marks odd and even rows in the grid. |
resultset.show.colorizeDataTypes | boolean |
|
,
| Colorized data types in the grid. |
resultset.show.attIcons | boolean |
|
,
| Displays icons representing the data types of each column in the grid. |
resultset.show.attFilters | boolean |
|
,
| Enables the display of attribute filters in the grid. |
resultset.show.attrOrder | boolean |
|
,
| Shows asc/desc order icon in column header. |
resultset.show.collections.inline | boolean |
|
,
| Enables the inline display of collections within the grid. |
resultset.show.boolean.checkbox | boolean |
|
,
| Represents boolean values in the grid as checkboxes. |
resultset.show.whitespace.characters | boolean |
|
,
| Displays whitespace characters within the grid. |
resultset.grid.value.format | string |
|
,
,
| Determines the format in which values are displayed within the grid. |
resultset.grid.value.format | integer |
| integer values (from
to
) | Determines the maximum percentage of width that a column can occupy in the grid. |
resultset.highlight.selectedRows | boolean |
|
,
| Enables the highlighting of entire rows when one or more cells within those rows are selected. |
resultset.hScroll.smooth | boolean |
|
,
| Enables smooth scrolling within the DBeaver. |
resultset.show.boolean.toggleOnClick | boolean |
|
,
| Allows the boolean values to be toggled or switched between true and false with a single click. |
resultset.behavior.inlineEnter | boolean |
|
,
| Selects the next cell after the inline edit completed (or finished). |
resultset.behavior.doubleClick | string |
|
,
,
,
,
| Defines the action taken when a cell in a grid is double-clicked (Options: EDITOR, INLINE_EDITOR, COPY_VALUE, COPY_PASTE_VALUE, NONE). |
resultset.show.row.batch.size | integer |
| integer values | Number of consequent rows with the same background color. Default = 1 means odd/even rows coloring. |
resultset.text.tab.size | integer |
| integer values | Determines tab size in plain text. |
resultset.text.max.column.size | integer |
| integer values | Determines the maximum length of a column’s content when viewing data in plain text. |
resultset.text.value.format | string |
|
,
,
| Determines how plain text values are displayed in DBeaver. |
resultset.text.show.nulls | boolean |
|
,
| Shows
if this setting is enabled or nothing if disabled. |
resultset.text.line.number | boolean |
|
,
| Enables the display of line numbers. |
resultset.text.delimiter.leading | boolean |
|
,
| Enables trailing delimiter in plain text for Grid Representation. |
resultset.text.delimiter.trailing | boolean |
|
,
| Enables trailing delimiter in plain text for Grid Representation. |
resultset.text.delimiter.top | boolean |
|
,
| Enables top delimiter in plain text for Grid Representation. |
resultset.text.delimiter.bottom | boolean |
|
,
| Enables bottom delimiter in plain text for Grid Representation. |
resultset.text.extra.spaces | boolean |
|
,
| Enables extra spaces in plain text for Grid Representation. |
resultset.string.use.content.editor | boolean |
|
,
| Opens separate string editor instead of dialog. |
resultset.binary.representation | string |
|
,
,
| Determines the format in which binary data is displayed. |
resultset.binary.editor | string |
|
,
| Enables to change the binary data editor. Choose between
(dedicated binary data editor) or
(dialog window for viewing/editing binary data). |
resultset.binary.stringMaxLength | integer |
| integer values (max:
) | Determines the maximum length of binary strings that can be displayed in the binary editors. |
content.memory.maxsize | integer |
| integer values (max:
) | Determines the maximum length of LOB (Large Object) data that will be kept in memory when working with binary editors. |
content.hex.encoding | string |
| All available encodings from the current JVM | Allows to specify the character encoding used when interpreting binary data as strings. |
hex.font.name | string |
|
,
,
,
,
| Allows to specify the name of the font to be used in the data editor. |
hex.font.style | integer |
|
– Regular,
– Bold,
– Italic,
– Bold Italic | Allows to choose the font style for the data editor. |
hex.font.size | integer |
|
–
,
,
,
,
,
| Allows to choose the font style for the data editor. |
default.hex.width | integer |
|
,
,
| Allows to choose the default width for the data editor. |
resultset.json.maxObjectMembers | integer |
(max:
) | integer values | Specifies the threshold for collapsing JSON objects in the data editor. |
resultset.json.maxArrayElements | integer |
(max:
) | integer values | Determines the threshold for collapsing arrays in the JSON data editor. |
resultset.json.maxElementNesting | integer |
(max:
) | integer values | Determines which objects in JSON will be collapsed (hidden) if their nesting level exceeds a specified threshold. |
dataformat.type.number.nativeSpecialValues | boolean |
|
,
| Instructs the data editor to utilize the native formatting for special values. |
dataformat.type.number.useGrouping | boolean |
|
,
| Indicates whether grouping is used to display numbers. |
dataformat.type.number.useTypeScale | boolean |
|
,
| Uses column/attribute data type scale as minimum fraction digits number. |
dataformat.type.number.roundingMode | string |
|
,
,
,
,
,
,
,
| Determines the rounding mode used for numerical values. |
dataformat.type.number.minIntegerDigits | integer |
| integer values | Determines the minimum number of digits to display for integer values. |
dataformat.type.number.minFractionDigits | integer |
| integer values | Determines the minimum number of fractional digits displayed. |
dataformat.type.number.maxIntegerDigits | integer |
| integer values | Defines the maximum number of digits allowed for an integer value. |
dataformat.type.number.maxFractionDigits | integer |
| integer values | Specifies the maximum number of fraction digits allowed. |
dataformat.type.number.groupingSize | integer |
| integer values | Determines the grouping size for displaying numeric values. |
dataformat.type.timestamp.pattern | string |
| timestamp format | Determines the format for displaying and editing timestamp data. |
dataformat.type.timestamptz.pattern | string |
yyyy-MM-dd HH:mm:ss.SSS Z
| timestamp with timezone format | Determines the format for displaying timestamp values with timezone information. |
dataformat.type.date.pattern | string |
| date format | Determines the format used for displaying and editing dates. |
dataformat.type.time.pattern | string |
| time format | Determines the format used for displaying and editing time. |
dataformat.type.timetz.pattern | string |
| time with timezone format | Determines the format used for displaying and editing time with timezone. |