identifiers
Enable all characters to be used in an object or field, including diacritical signs.
USYS$Mnemonic_PARAMS =
identifiers : quoted | unquoted
USYS$Mnemonic_PARAMS =
ids: quoted | unquoted
Use
Applies to |
Mnemonic |
Connector Syntax |
---|---|---|
DB2 connector |
DB2 |
|
MS SQL connector |
MSS |
|
MySQL connector |
MQL |
|
SQLite connector |
SLE |
|
Description
This option controls whether identifiers such as table names or field names in generated SQL statements will be enclosed in double quotation marks. This is useful when reserved words are used as entity or field names.
When this option is set to
quoted
, all characters can be used in an object or field, including diacritical
signs.
If this setting is not specified, it defaults to
unquoted
.