KeywordConflictSuffix (config option)
- Last Updated: October 28, 2020
- 1 minute read
- DataDirect Connectors
- ODBC
- MongoDB 8.0
- Documentation
Purpose
Specifies a string of up to five alphanumeric characters that the driver appends to any object or field name that conflicts with a SQL engine keyword.
Valid Values
string
where:
- string
- is a string of up to five alphanumeric characters.
The value for this option is specified as a key=value pair in the Config Options field. See "Config options" for details.
Example
A field called CASE exists in the native MongoDB data. To avoid a naming
conflict with the SQL engine keyword CASE, you could set
KeywordConflictSuffix=TAB. In this scenario, the driver maps the Case
object to the CASETAB column.
Default
None
GUI Tab
For Windows:
The value for config options are specified in the Config Options field on the Advanced tab.
For UNIX/Linux:
The value for config options are specified in the Config Options field on the Schema Tool. For details, see "Starting the Schema Tool on UNIX/Linux."