KeywordConflictSuffix
- Last Updated: September 15, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- Documentation
Purpose
Specifies a string of up to 5 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 5 alphanumeric characters.
Example
A field called CASE exists in the data schema. To avoid a naming conflict
with the SQL engine keyword CASE, you could set KeywordConflictSuffix=TAB. In this
scenario, the driver maps the CASE field to the CASETAB column.
Data Source Methods
public String getKeywordConflictSuffix()
public void setKeywordConflictSuffix(String)
Default Value
No default value
Data Type
String